x-api-key: ********************curl --location 'https://api.triowfs.com/trio/api/v3/candidates//state-licenses?offset=undefined&maxResults=undefined' \
--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",
"state": "string",
"isCompact": true,
"licenseNumber": "string",
"expirationDate": "2019-08-24"
}
]
}