Authorization: Bearer ********************
curl --location --request GET '/api/system/dept/deptTree'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": [
{
"key": 0,
"title": "",
"status": false,
"customerId": 0,
"children": [
{
"key": 0,
"title": "",
"status": false,
"customerId": 0,
"children": []
}
]
}
]
}