X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/Location/reverse-geocode?latitude=undefined&longitude=undefined' \
--header 'X-API-KEY: <api-key>'{
"formattedAddress": "string",
"city": "string",
"state": "string",
"stateAbbreviation": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string"
}