curl --location '/automation/apiEvent' \
--header 'Content-Type: application/json' \
--data '{
"eventParams": {
"property1": "string",
"property2": "string"
},
"sourceModel": "string",
"sourceRowId": null,
"triggerId": 0
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}