curl --location --request GET '/system/dept/tree'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"parentId": 0,
"name": "string",
"sort": 0,
"leader": "string",
"phonenumber": "string",
"email": "string",
"status": 0,
"statusLabel": "string",
"statusType": "string",
"createTime": "string",
"updateTime": "string",
"remark": "string",
"children": [
{}
]
}
]
}