{
"task_ids": [
"148245219377159",
"148943255351303"
]
}curl --location 'http://127.0.0.1:7760/api/public/task/cancel' \
--header 'Authorization: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"task_ids": [
"148245219377159",
"148943255351303"
]
}'{
"code": 0,
"msg": "OK"
}