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