{
"deptId": 0,
"userIds": [
0
]
}curl --location --request POST '/sys/dept/member/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": 0,
"userIds": [
0
]
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}