Cancels the job and all tasks, but does not wait until all tasks are canceled.
POST
/job/cancel
curl \
--request POST 'http://localhost:8080/job/cancel?id=52a5cb79-7556-4c52-8e6f-dd6aaf1bc4c8'
Response examples (400)
{
"error": "string"
}