curl -L \
--request POST \
--url 'https://api.gleantap.com/v2/ExternalApi/newLocation' \
--header 'X-API-KEY: text' \
--header 'X-SECRET-KEY: text' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "text",
"id": "text",
"name": "text",
"address": "text",
"phone": "text",
"email": "text",
"timezone": "text",
"hours": "text"
}'