Request body for creating a new AI Workflow
name
(string): The name of the AI workflow.description
(string, optional): A description of the AI workflow.trigger_type
(string): The type of trigger for the workflow (‘manual’, ‘webhook’, ‘schedule’, or ‘event’).steps
(any[]): An array of steps in the workflow.