{ "taskId": "mt_1531" }
curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/tk-automation/task/cancel' \ --header 'Accept-Language: zh-CN' \ --header 'Content-Type: application/json' \ --data '{ "taskId": "mt_1531" }'
{ "code": 0, "msg": "Success", "requestId": "1ed4ffd3-7e39-4bdc-8140-53447c49c3dd", "timestamp": 1788782341257, "data": { "cancelAccepted": true, "canceledCount": 2, "notCancelableCount": 3 } }