{ "request": { "result": "agree", "agentid": "111", "process_instance_id": "proc", "cancel_running_task": true, "status": "COMPLETED" } }
curl --location --request POST 'http://127.0.0.1/topapi/process/workrecord/update?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "result": "agree", "agentid": "111", "process_instance_id": "proc", "cancel_running_task": true, "status": "COMPLETED" } }'
{ "request_id": "string", "errcode": 0, "errmsg": "string" }