curl --location --globoff 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/{{reseller}}/schedule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"schedule-name": "daily_export",
"schedule-preset": "Daily",
"schedule-start-time": "09:00",
"time-zone": "America/New_York",
"schedule-next-run-datetime": "2026-07-01 09:00:00",
"export-method": "email",
"email": "reports@acme.com",
"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"
}'