curl --location --request PUT '/open_api//work_item///abort' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_aborted": true,
"reason": ""
}'{
"data": {},
"err": {},
"err_msg": "",
"err_code": 0
}