curl --location --request GET 'http://127.0.0.1:18111/system/dept/newList' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": [
{
"name": {},
"id": 0,
"weight": {},
"parentId": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"empty": true,
"property1": {},
"property2": {}
}
]
}