curl --location --request GET 'http://127.0.0.1:2000/openapi/base/ipLocation' \ --header 'appID;' \ --header 'apiVersion;' \ --header 'traceID;' \ --header 'timestamp;' \ --header 'sign;' \ --data-urlencode 'ip=119.91.150.156'
{ "code": 0, "message": "string", "data": { "ip": "string", "country": "string", "region": "string", "province": "string", "province_code": 0, "city": "string", "city_code": 0, "area": "string", "area_code": 0 }, "timestamp": 0, "traceID": "string" }