curl --location --request GET 'https://api.triowfs.com/trio/staffing-pools/locations' \
--header 'X-API-KEY: <api-key>'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": 0,
"name": "string",
"displayName": "string",
"staffingPool": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
},
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"zip": "string"
}
}
]