curl --location 'https://api.sudonum.com.com/v2/campaign/opt-outs/events/?category=&contact_number=&created=&from_date=&opted_out=&origin=&page=&page_size=&to_date='{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"contact_number": "string",
"sender_whatsapp_number": "string",
"category": "GLOBAL",
"opted_out": true,
"origin": "INBOUND_STOP",
"reason": "string",
"created_by": "string",
"channel_type": "WHATSAPP",
"message_id": "string",
"campaign_name": "string",
"created": "2024-01-01T00:00:00Z"
}
]
}