curl --location --request POST 'https://insight.juzibot.com/openapi/batch-exec/job/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"eventId": "string",
"name": "string",
"scheduledTimestamp": 0,
"tasks": [
{
"sessionId": "string",
"receiverId": "string",
"contactId": "string",
"roomId": "string",
"params": {}
}
]
}'