curl --location -g --request GET '/api/web/area/v1/area/country?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'Authorization: Beare {{_token}}' \
--header 'x-type: user'
{
"code": 1,
"message": "string",
"data": [
{
"en": "string",
"iso": "string",
"py": "string",
"zh": "string",
"cty": 0
}
]
}