curl --location --request POST '/location/lookup' \
--header 'X-ENV;' \
--header 'X-Privacy-Mode;' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "112.134.205.126"
}'{
"success": true,
"request_id": "7e9b592a-14a7-4bc0-88ec-b991278fd882",
"data": {
"country": "Sri Lanka",
"country_code": "LK",
"city": null,
"isp": null,
"latitude": 7.75,
"longitude": 80.75,
"timezone": "Asia/Colombo"
},
"meta": {
"provider_override": null
}
}