curl --location --request PUT 'https://platform-api.convirza.com/v3/broadcast/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"broadcast_name": "Updated Spring Offer Blast",
"phone_number": "3675431235",
"agent_ring_to": "7645341235",
"message": "Updated message content for spring offer.",
"contact_ids": [
101,
102,
103
],
"contact_list_ids": [
21,
25
],
"group_id": 12,
"is_scheduled": true,
"schedule_datetime": "2026-03-06T09:30:00.000Z"
}'