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