This document is generated by Aladia.
curl --location --request PATCH 'https://api.aladia.io/v2/organizations//sites' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"isHeadQuarter": true,
"organizationPageLink": "string",
"timezone": "string",
"name": "string",
"streetAddress": "string",
"city": "string",
"state": "string",
"country": "string",
"zipCode": "string",
"formattedAddress": "string",
"streetNumber": 0,
"lat": 0,
"lon": 0
}'
{}