curl --location --request GET 'http://localhost:8081/system/common/getDeptUser' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"parentId": 0,
"type": "string",
"avatar": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}