{ "language": "zh_CN", "dept_id": 1 }
curl --location --request POST 'http://127.0.0.1/topapi/v2/department/listsub?access_token=bE74xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "language": "zh_CN", "dept_id": 1 }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": [ { "dept_id": 0, "name": "string", "parent_id": 0, "create_dept_group": true, "auto_add_user": true } ] }