shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex/male <<EOF { "name" : "Francis" } EOF HTTP/1.1 202 Accepted content-type: application/json etag: 518627884 { "error" : false, "code" : 202, "vertex" : { "_id" : "male/518627884", "_rev" : "518627884", "_key" : "518627884" } }