POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/rpa/task/cancel \
-H 'Content-Type: application/json' \
-d '{
"id": 1678919049331329
}'Response
{ "code": 0, "msg": "string", "requestId": "string", "data": null }
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/rpa/task/cancel \
-H 'Content-Type: application/json' \
-d '{
"id": 1678919049331329
}'{ "code": 0, "msg": "string", "requestId": "string", "data": null }