{ "task_id": 1 }
curl --location --request POST 'https://openapi.suanli.cn/api/deployment/task/stop' \ --header 'token;' \ --header 'timestamp: 1770194570564' \ --header 'version: 1.0.0' \ --header 'Content-Type: application/json' \ --data-raw '{ "task_id": 1 }'
{ "code": "0000", "message": "success", "data": null }