{
"taskId": 0,
"comment": "string"
}
curl --location --request POST '/workflow/task/terminationTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": 0,
"comment": "string"
}'
{
"code": 0,
"msg": "string",
"data": true
}