curl --location --request PUT '/admin-api/system/region/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 14456,
"code": "string",
"parentId": 31735,
"level": 0,
"name": "芋艿",
"enabled": true,
"wholeName": "张三",
"longitude": "string",
"latitude": "string",
"firstLetter": "string",
"pinyin": "string"
}'{
"code": 0,
"data": true,
"msg": "string"
}