curl --request PATCH \
--url https://api.ontora.com/v1/campaign-creation/{interview_id}/draft \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"goal": "<string>",
"project_context": "<string>",
"success_criteria": "<string>",
"interview_context_for_employee": "<string>",
"agent_behavior": "<string>",
"channel": "<string>",
"interview_duration_minutes": 123,
"interview_type": "<string>",
"voice_id": "<string>",
"welcome_screen": "<string>",
"closing_message": "<string>",
"recurring_interval": "<string>",
"timeframe_start": "2023-11-07T05:31:56Z",
"timeframe_end": "2023-11-07T05:31:56Z",
"quick_mode_hours": 123,
"scheduling_mode": "<string>",
"start_immediately": true
}
'