curl --location --request POST 'https://api.mingdao.com/v3/app/workflows//validate' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'{
"success": true,
"data": {
"errors": [
{
"nodeAlias": "string",
"nodeId": "string",
"path": "string",
"code": "string",
"message": "string",
"property1": "string",
"property2": "string"
}
]
},
"error_code": 0,
"error_msg": "string"
}