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