curl --location --request GET 'http://test-apisix.taolihanyu.net/system/region/all-countries' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios'{
"code": "",
"data": [
{
"id": 0,
"name": "",
"fullName": "",
"cname": "",
"fullCname": "",
"lowerName": "",
"countryList": [
{
"id": 0,
"pid": 0,
"code": "",
"name": "",
"fullName": "",
"cname": "",
"fullCname": "",
"lowerName": "",
"level": 0,
"remark": ""
}
]
}
],
"msg": "",
"total": 0
}