curl --location --request GET 'https://api.triowfs.com/trio/staffing-pools/candidates' \
--header 'X-API-KEY: <api-key>'[
{
"staffingPoolId": "e21ec5aa-4d49-40e2-a1fc-2826f3bf48e6",
"staffingPoolNumber": 0,
"staffingPoolName": "string",
"candidateId": "10f4deb6-fd4e-4907-a47e-355caf6e449d",
"candidateNumber": 0,
"candidateFullName": "string",
"status": {
"id": 0,
"name": "string"
}
}
]