curl --location --request GET 'https://api.triowfs.com/trio/candidates?offset&maxResults&email&modifiedSinceDate' \
--header 'X-API-KEY: <api-key>'{
"offset": 0,
"total": 0,
"maxResults": 0,
"sort": [
"string"
],
"links": {
"first": "http://example.com",
"last": "http://example.com",
"next": "http://example.com",
"prev": "http://example.com"
},
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": 0,
"agency": {
"id": 0,
"name": "string"
},
"name": "string",
"firstName": "string",
"lastName": "string",
"title": "string",
"phoneNumber": "string",
"emailAddress": "string"
}
]
}