{ "job_ids":[ 96 ] }
curl --location --request POST '/jobs//stop' \ --header 'Authorization: bearer {{token}}' \ --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36' \ --header 'Content-Type: application/json' \ --data-raw '{ "job_ids":[ 96 ] }'
{ "code": 200, "result": null, "message": "" }