{
"newUserId": 302025043082457800,
"taskId": 5220250519674431000,
"transferDesc": "原负责人请假"
}
curl --location --request POST '/j8-patrolmgt/task/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"newUserId": 302025043082457800,
"taskId": 5220250519674431000,
"transferDesc": "原负责人请假"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}