{ "request": { "is_system": false, "process_instance_id": "a171de6c-8bxxxx", "operating_userid": "133743186427339452", "remark": "说明" } }
curl --location --request POST 'http://127.0.0.1/topapi/process/instance/terminate?access_token=be311xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "is_system": false, "process_instance_id": "a171de6c-8bxxxx", "operating_userid": "133743186427339452", "remark": "说明" } }'
{ "result": true, "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }