{
"id": 0,
"appid": "app0000001",
"userId": "A1528497",
"alpha2Code": "CN",
"alpha3Code": "CHN",
"digitalCode": "123",
"currencyCode": "CNY",
"areaCode": "+86",
"countryNameEn": "China",
"countryNameSc": "中国",
"countryNameTc": "中國",
"localLanguage": "汉语",
"status": 0
}
curl --location --request PUT '/geography/country/' \
--header 'X-Auth-Appid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"appid": "app0000001",
"userId": "A1528497",
"alpha2Code": "CN",
"alpha3Code": "CHN",
"digitalCode": "123",
"currencyCode": "CNY",
"areaCode": "+86",
"countryNameEn": "China",
"countryNameSc": "中国",
"countryNameTc": "中國",
"localLanguage": "汉语",
"status": 0
}'
{
"code": 0,
"data": 0,
"msg": "string",
"traceId": "string"
}