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