jobId
tasks
Authorization: Bearer ********************
{ "jobId": "string", "tasks": [ { "sessionId": "string", "receiverId": "string", "contactId": "string", "roomId": "string", "params": {} } ] }
curl --location --request POST 'https://insight.juzibot.com/openapi/batch-exec/job/add-task' \ --header 'Content-Type: application/json' \ --data-raw '{ "jobId": "string", "tasks": [ { "sessionId": "string", "receiverId": "string", "contactId": "string", "roomId": "string", "params": {} } ] }'
{ "code": 0 }