curl --location --globoff '/api/method/public/online-ordering/get-address?lat=undefined&lon=undefined' \
--header 'X-Access-Token: <api-key>'{
"message": {
"address_line1": "العشماوى",
"city": "القاهرة",
"state": "القاهرة",
"country": "مصر",
"postcode": "11518"
}
}