curl --location -g --request GET 'http://{{ip}}:9000/user-service/tenant/user/tree' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC'
{
"code": 0,
"msg": "string",
"data": {
"treeVo": [
{
"id": 0,
"parentId": 0,
"name": "string",
"alias": "string",
"code": "string",
"checkable": true,
"children": [
{}
]
}
],
"tenantCodes": [
"string"
]
}
}