{}
curl --location --request GET 'http://127.0.0.1/department/list?access_token=6ed1bxxx' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "errcode": 0, "errmsg": "string", "department": [ { "id": 0, "name": "string", "parentid": 0, "createDeptGroup": true, "autoAddUser": true } ] }