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; charset=utf-8 etag: _UWx8Nd---- { "error" : false, "vertex" : { "_id" : "male/7785", "_key" : "7785", "_rev" : "_UWx8Nd----" }, "code" : 202 }