curl --location '/rfm/cells/532/contacts?subset=all&limit=50&offset=0&sort=-monetary'{
"paging": {
"start": 21,
"count": 40,
"totalCount": 100,
"totalPages": 5,
"links": [
"href: `/offset=40&limit=60\"",
"rel: `next`"
]
},
"contacts": [
{
"contactId": "5678wxyz",
"email": "user@example.com",
"name": "John Doe",
"conversions": 5,
"revenueGenerated": 250
}
]
}