{
"children": "[]",
"field": "",
"operator": "AND",
"options": {
"ignoreCase": true,
"datePattern": "string",
"zoneId": "string"
},
"value": null
}
curl --location --request POST 'http://dev-cn.your-api-server.com/execution_failed/snapshot/count' \
--header 'Content-Type: application/json' \
--data-raw '{
"children": "[]",
"field": "",
"operator": "AND",
"options": {
"ignoreCase": true,
"datePattern": "string",
"zoneId": "string"
},
"value": null
}'
0