{ "apiKey": "{{apiKey}}", "taskId": "1904152026220003329" }
curl --location --request POST 'https://www.runninghub.cn/task/openapi/cancel' \ --header 'Host: www.runninghub.cn' \ --header 'Content-Type: application/json' \ --data-raw '{ "apiKey": "请输入自己的apiKey", "taskId": "1904152026220003329" }'
{ "code": 0, "msg": "success", "data": null }