curl --location '/campaigns/22eeab52-dffe-4750-721a-074479a126a1/contacts/sent?dateFrom=2023-01-01&dateTo=2023-01-07&limit=50&offset=0'{
"contacts": [
{
"contactId": "5678wxyz",
"email": "user@example.com",
"name": "John Doe",
"conversions": 5,
"revenueGenerated": 250
}
],
"paging": {
"start": 1,
"count": 5,
"totalCount": 12
}
}