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