curl --location 'https://api.sudonum.com.com/v2/campaign/campaign-lists/?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",
"name": "string",
"total_recipients": 0,
"total_campaigns": 0,
"total_optedout": 0,
"created": "2024-01-01T00:00:00Z",
"modified": "2024-01-01T00:00:00Z"
}
]
}