[
{
"deptId": "string",
"sourceDeptId": "string",
"userId": "string"
}
]
curl --location --request POST 'http://dev-cn.your-api-server.com/system/user/moveDept' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"deptId": "string",
"sourceDeptId": "string",
"userId": "string"
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}