curl --location --request GET 'http://localhost:8081/system/common/getAccessTreeDeptList' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"label": "string",
"parentId": 0
}
]
}