curl --location '/rfm/review-candidates?subset=all&type=likely_b2b_in_b2c&limit=50&offset=0&sort=-score'{
"paging": {
"start": 21,
"count": 40,
"totalCount": 100,
"totalPages": 5,
"links": [
"href: `/offset=40&limit=60\"",
"rel: `next`"
]
},
"candidates": [
{
"contact": {
"contactId": "550e8400-e29b-41d4-a716-446655440000",
"email": "user@example.com",
"name": "John Doe"
},
"type": "likely_b2b_in_b2c",
"score": 0.92,
"reasons": [
"HIGH_AOV",
"LEGAL_SUFFIX_DETECTED"
]
}
]
}