curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/estore//geocode?address'
[
{
"geometry": {
"location": {
"lat": 0,
"lng": 0
}
},
"formattedAddress": "string"
}
]