curl --location --request DELETE 'https://api.mingdao.com/v3/app/workflows/' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'{
"success": true,
"data": {
"property1": "string",
"property2": "string"
},
"error_code": 0,
"error_msg": "string"
}