curl --location --request PATCH 'https://platform-api.convirza.com/v3/broadcast/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"broadcast_name": "Updated Broadcast Name",
"phone_number": "3675431235",
"agent_ring_to": "7645341235",
"message": "Final reminder: event starts in 1 hour.",
"group_id": 12,
"contact_ids": [
101,
102,
103
],
"contact_list_ids": [
21,
25
],
"is_scheduled": true,
"schedule_datetime": "2026-03-05T09: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"
}