PATCH /{id}/address endpoint so theAuthorization: Bearer ********************{
"name": "string",
"pageLink": "string",
"email": "string",
"phone": "string",
"currency": "string",
"industry": "string",
"about": "string",
"timeZoneId": "string"
}curl --location --request PATCH 'https://prod.your-api-server.com/locations/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"pageLink": "string",
"email": "string",
"phone": "string",
"currency": "string",
"industry": "string",
"about": "string",
"timeZoneId": "string"
}'