curl --location --request GET '/api/sys/region/getRegion' \
--header 'X-Shop-Id: 0'
[
[
{
"regionId": 0,
"regionName": "string",
"parentId": 0,
"level": 0,
"isHot": 0,
"firstWord": "string"
}
]
]