curl --location --request GET 'https://api.simpra.app/properties' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"address": "string",
"phone_number": "string",
"enterprise_id": "2dbe425a-b3bc-4170-8bae-9e5391aafea6"
}
]