curl --location --request POST 'http://dev-cn.your-api-server.com/v0/batch/jobs' \
--header 'X-Hume-Api-Key: <apiKey>' \
--header 'Content-Type: application/json' \
--data-raw '{
"urls": [
"https://hume-tutorials.s3.amazonaws.com/faces.zip"
],
"notify": true
}'
{
"job_id": "job_id"
}