curl --location --request POST 'http://dev-cn.your-api-server.com/execution_failed/state//'
{
"afterId": "string",
"errorCode": "string",
"errorMsg": "string",
"size": 0,
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"succeeded": true
}