curl --location --request GET 'https://api.triowfs.com/trio/clients/locations/' \
--header 'X-API-KEY: <api-key>'{
"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"
}
}