curl --location --request GET 'http://test-apisix.taolihanyu.net/system/region/detail/' \
--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,
"pid": 0,
"name": "",
"shortName": "",
"fullName": "",
"level": 0,
"pinyin": "",
"areaCode": "",
"postCode": "",
"first": "",
"lng": "",
"lat": "",
"area": ""
},
"msg": "",
"total": 0
}