curl --location --request GET 'https://platform-api.convirza.com/v3/broadcast?offset&limit&broadcast_name&agent_name&status&start&end' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "Success",
"data": {
"records": [
{
"bulk_sms_conversations_id": 1,
"broadcast_name": "Spring Campaign",
"agent_name": "John Doe",
"status": "scheduled",
"messages_sent": 1,
"responses": 1,
"created_at": "2026-03-29T12:00:00.000Z",
"updated_at": "2026-03-29T12:30:00.000Z"
}
],
"total": 45
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}