curl --location --request POST '/open_api/work_item/finished/update' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_key": "",
"work_item_id": 0,
"node_id": "",
"opinion": "",
"finished_conclusion_option_key": "",
"operation_type": "",
"reset": true
}'
{
"err_code": 0,
"err_msg": "",
"err": {},
"data": {}
}