Authorization: Bearer ********************
{ "jobId": "string" }
curl --location 'https://insight.juzibot.com/openapi/batch-exec/job/submit' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "jobId": "string" }'
{ "code": 0 }