curl --location 'https://platform-api.convirza.com/v3/broadcast' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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
],
"org_unit_id": 12,
"is_scheduled": false,
"schedule_datetime": "2026-03-05T10:00:00.000Z"
}'{
"code": 200,
"message": "Success",
"data": {
"bulk_sms_conversations_id": 1
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}