{
"type": 0,
"options": "1,2,3",
"taskKey": "1024",
"taskName": "1024",
"processInstanceKey": "1024",
"startUserId": 1024,
"processInstanceName": "1024",
"reason": "请帮忙审查下!"
}curl --location --request POST '/admin-api/bpm/process-instance/cc/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"options": "1,2,3",
"taskKey": "1024",
"taskName": "1024",
"processInstanceKey": "1024",
"startUserId": 1024,
"processInstanceName": "1024",
"reason": "请帮忙审查下!"
}'{
"code": 0,
"data": true,
"msg": "string"
}