curl --location 'https://console.nezhachuhai.com/v1/admin/biz/country/' \
--header 'Authorization: Bearer 1_1'{
"code": 0,
"msg": "success",
"data": {
"createAt": "2019-08-24T14:15:22.123Z",
"updateAt": "2019-08-24T14:15:22.123Z",
"id": 0,
"countryCode": "string",
"enName": "string",
"cnName": "string",
"enable": true,
"sort": 0,
"zoneId": 0,
"zoneName": "string"
}
}