{
"type": 0,
"options": "1,2,3",
"id": 1024
}curl --location --request PUT '/admin-api/bpm/task-assign-rule/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"options": "1,2,3",
"id": 1024
}'{
"code": 0,
"data": true,
"msg": "string"
}