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: _ZXF5wQW--C x-content-type-options: nosniff { "error" : false, "code" : 202, "vertex" : { "_id" : "male/67958", "_key" : "67958", "_rev" : "_ZXF5wQW--C" } }