curl --location --request POST 'https://platform-api.convirza.com/v3/broadcast' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"broadcast_name": "Spring Offer Blast",
"phone_number": "3675431235",
"agent_ring_to": "7645341235",
"message": "Limited-time spring offer. Reply YES to learn more.",
"contact_ids": [
101,
102,
103
],
"contact_list_ids": [
21,
25
],
"group_id": 12,
"is_scheduled": false,
"schedule_datetime": "2026-03-05T10:00:00.000Z"
}'