schedule_name and domain are required in the body.Authorization: Bearer ********************curl --location --globoff --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/schedule/{{schedule_name}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"schedule_name": "daily_export",
"domain": "{{domain}}",
"export_method": "email",
"email": "{{email}}",
"next_run_time": "2026-06-19 09:00:00"
}'