curl --location --request POST 'https://your-api-server.com' \
--header 'x-topic;' \
--header 'x-signature-256;' \
--header 'x-generated-at;' \
--header 'x-sent-at;' \
--header 'x-payload-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "100000051322",
"title": "Location Name",
"timezone": "Etc/GMT+8",
"address": {
"phone_number": "+12015552527",
"address": {
"address_1": "123 Main St",
"city": "Ontario",
"state": "California",
"state_code": "CA",
"postal_code": "90210",
"country": "USA"
}
}
}'