curl --location --request GET 'https://platform-api.convirza.com/v3/broadcast/' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "Success",
"data": {
"broadcast_name": "string",
"message": "string",
"phone_number": "string",
"agent_ring_to": "string",
"contact_list_id": 1,
"destination_numbers": [
"string"
],
"total_recipients": 1,
"schedule": {
"next_run_date": "string"
}
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}