curl --location 'https://api.sudonum.com.com/v2/campaign/opt-outs/?contact_number=&created=&from_date=&modified=&page=&page_size=&to_date='{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"contact_number": "string",
"sender_whatsapp_number": "string",
"message_id": "string",
"campaign_name": "string",
"opted_out_global": true,
"opted_out_promotions": true,
"opted_out_news": true,
"opted_out_events": true,
"opted_out_surveys": true,
"origin": "INBOUND_STOP",
"created": "2024-01-01T00:00:00Z",
"created_by": "string",
"reason": "string"
}
]
}