curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/automateWorkflow \
--header 'Content-Type: application/json' \
--data '
{
"seconds_until_next_execution": 123,
"start_time": "2023-11-07T05:31:56Z"
}
'{
"invoice_id": 123,
"message": "<string>",
"status": 0
}curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/automateWorkflow \
--header 'Content-Type: application/json' \
--data '
{
"seconds_until_next_execution": 123,
"start_time": "2023-11-07T05:31:56Z"
}
'{
"invoice_id": 123,
"message": "<string>",
"status": 0
}