Status Code
A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.
Example: Scheduling a workflow to run every day at 12:00 AM Pacific time
{ "action_type": "Schedule", "schedule_cron": "0 7 * * *", "schedule_time_zone": "GMT-08:00" }
Example: Undeploying a deployed workflow
{ "action_type": "Undeploy" }