curl --location '/contacts/unsubscribed?dateFrom=2023-01-01&dateTo=2023-01-31&limit=50&offset=0&sort=-datetime' \
--header 'Authorization: Bearer JWT'{
"unsubscribedContacts": [
{
"contactId": "cust1234",
"clientContactId": "externCust1234",
"email": "john.doe@example.com",
"datetime": "2018-05-30T13:00:00+00:00"
}
]
}