curl --location 'https://admin-api.wannanbigpig.com/admin/v1/task/run/cancel' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "示例文本",
"run_id": 1
}'{
"code": 0,
"cost": "3.2ms",
"data": {
"run_id": 2,
"status": "canceled",
"task_id": "manual:9f4d8bd1-3a53-49c5-b5dd-94a0f68f432d"
},
"msg": "success",
"request_id": "req_20260423_0001"
}