{
"type": 0,
"options": "1,2,3",
"modelId": "1024",
"taskDefinitionKey": "2048"
}curl --location --request POST '/admin-api/bpm/task-assign-rule/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"options": "1,2,3",
"modelId": "1024",
"taskDefinitionKey": "2048"
}'{
"code": 0,
"data": 0,
"msg": "string"
}