curl --location --request GET 'http://localhost:8027/system/user/deptTree?deptName=&orderNum=' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"name": {},
"id": 0,
"parentId": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"weight": {},
"empty": true,
"property1": {},
"property2": {}
}
]
}