{
"boKey": "string",
"data": {
"key": {}
},
"id": {},
"flowKey": "string",
"flowId": "string",
"instanceId": "string",
"nodeId": "string",
"actionName": "string",
"option": "string"
}
curl --location --request POST '/reconciliation/reconciliationFormProcessor' \
--header 'Content-Type: application/json' \
--data-raw '{
"boKey": "string",
"data": {
"key": {}
},
"id": {},
"flowKey": "string",
"flowId": "string",
"instanceId": "string",
"nodeId": "string",
"actionName": "string",
"option": "string"
}'
{
"isOk": false,
"msg": "",
"cause": "",
"code": "",
"data": {
"variables": {
"": {}
},
"bizId": ""
}
}