shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/transaction
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"transactions" : [
{
"id" : "71190",
"state" : "running"
}
]
}