shell> curl --data-binary @- --dump - http://localhost:8529/_api/graph/graph/vertex/v1 HTTP/1.1 200 OK content-type: application/json; charset=utf-8 etag: 1180427895 { "vertex" : { "_id" : "vertices/v1", "_key" : "v1", "_rev" : "1180427895", "optional1" : "val1" }, "error" : false, "code" : 200 }