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