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