{
"flowId": "string",
"flowNodeId": "string",
"rollbackOnFail": true,
"sourceModel": "string",
"sourceRowId": {},
"triggerId": "string",
"triggerParams": {
"property1": {},
"property2": {}
}
}
curl --location --request POST '/automation/simulateEvent' \
--header 'Content-Type: application/json' \
--data-raw '{
"flowId": "string",
"flowNodeId": "string",
"rollbackOnFail": true,
"sourceModel": "string",
"sourceRowId": {},
"triggerId": "string",
"triggerParams": {
"property1": {},
"property2": {}
}
}'
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}