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