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