curl --location 'https://api.sudonum.com.com/v2/campaign/campaign-lists/123e4567-e89b-12d3-a456-426614174000/contacts/?archived=&created=&modified=&name=&org=&page=&page_size=&uuid='{
"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_details": {
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"first_name": "string",
"last_name": "string",
"whatsapp_number": "string",
"created": "2024-01-01T00:00:00Z"
},
"created": "2024-01-01T00:00:00Z",
"modified": "2024-01-01T00:00:00Z"
}
]
}