{
"jobID": 20231009000090
}
curl --location --request POST '/v4/paas/job/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"jobID": 20231009000090
}'
{
"statusCode": 0,
"errorCode": "string",
"message": "string",
"description": "string",
"returnObj": {}
}