Authorization: Bearer ********************curl --location --request GET '/web/foundation/access/v1.0/region/region-tree' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"parentId": "string",
"children": [
{}
]
}
]
}