curl --location '/contacts?dateFrom=2023-01-01&dateTo=2023-01-31&limit=50&offset=0&q=contact&sort=-name'{
"contacts": [
{
"contactId": "cust1234",
"name": "John Doe",
"email": "john.doe@example.com",
"totalPurchases": 5,
"totalSpent": 1500,
"currency": "EUR"
}
]
}