Authorization: Bearer ********************{
"taskId": "TASK_001",
"outcome": "APPROVED",
"comment": "审批通过"
}curl --location --request PUT '/api/up/flow/complete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "TASK_001",
"outcome": "APPROVED",
"comment": "审批通过"
}'{
"data": {}
}