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 undefined
content-type: application/json; charset=utf-8
etag: _XWq5jt6--_
x-content-type-options: nosniff
{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "male/100461",
"_key" : "100461",
"_rev" : "_XWq5jt6--_"
}
}