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