curl --location --request GET '/geography/country/list?pageNo=1&pageSize=10' \ --header 'X-Auth-Appid;'
{ "code": 0, "data": { "list": [ { "id": 1, "appid": "app0000001", "alpha2Code": "AA", "alpha3Code": "AAA", "digitalCode": "123", "currencyCode": "ABCDEF", "areaCode": "123456", "countryNameEn": "China", "countryNameSc": "中国", "countryNameTc": "中國", "localLanguage": "汉语", "status": 1, "systemDefault": "default", "creator": "string", "createTime": "2019-08-24T14:15:22Z", "updater": "string", "updateTime": "2019-08-24T14:15:22Z", "hasChild": 0 } ], "total": 0 }, "msg": "string", "traceId": "string" }