{
"userIds": [
0
],
"deptId": 0
}
curl --location --request PUT '/member-info/student-info/update-depart' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
0
],
"deptId": 0
}'
{
"code": 0,
"msg": "string"
}