curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/schedule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"schedule-name": "global_daily",
"schedule-preset": "Daily",
"schedule-start-time": "09:00",
"time-zone": "America/Toronto",
"schedule-next-run-datetime": "2026-07-01 09:00:00",
"export-method": "email",
"email": "{{email}}",
"export-notify-email-enabled": "yes",
"export-offnet-calls-enabled": "No",
"export-inbound-calls-enabled": "Yes",
"export-outbound-calls-enabled": "Yes",
"export-include-headers-enabled": "Yes",
"export-cdr-format": "Advanced",
"language-token": "en_us"
}'