curl --location --globoff 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/schedule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"schedule_name": "daily_export",
"domain": "{{domain}}",
"user": "{{user}}",
"cdrschedule_preset": "Daily",
"next_run_time": "2026-06-18 09:00:00",
"time_zone": "America/Toronto",
"time_start_preset": "09:00",
"export_method": "email",
"email": "{{email}}",
"send_email": "yes",
"offnet": "No",
"inbound": "Yes",
"outbound": "Yes",
"header": "Yes",
"cdr_format": "Advanced",
"language": "en_us"
}'