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