shell> curl -X PUT --header 'accept: application/json' --dump - http://localhost:8529/_api/transaction/71125
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"code" : 200,
"error" : false,
"result" : {
"id" : "71125",
"status" : "committed"
}
}