{
"id": "1024",
"assigneeUserId": 2048
}curl --location --request PUT '/admin-api/bpm/task/update-assignee' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1024",
"assigneeUserId": 2048
}'{
"code": 0,
"data": true,
"msg": "string"
}