curl --location --request GET 'https://api.triowfs.com/trio/clients/locations' \
--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,
"name": "string",
"type": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"zip": "string"
},
"parent": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
}
]
}