{
"success": true,
"data": {
"id": "<string>",
"workspaceId": "<string>",
"name": "<string>",
"status": "ENABLED",
"triggerEventName": "<string>",
"graphJson": {
"steps": [
{
"stepKey": "<string>",
"stepType": "trigger",
"config": {
"eventName": "<string>"
}
}
],
"connections": [
{
"from": "<string>",
"to": "<string>",
"branch": "true"
}
],
"nodeLayout": {}
},
"graphVersion": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
}