curl --location --request POST 'http://dev-cn.your-api-server.com/v0/registry/v0/batch/jobs/tl/inference' \
--header 'X-Hume-Api-Key: <apiKey>' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_model": {
"id": "id"
}
}'
{
"job_id": "job_id"
}