shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation <<EOF
{
"type" : "friend",
"_from" : "female/alice",
"_to" : "female/diana"
}
EOF
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
content-type: application/json; charset=utf-8
etag: _XGh-f-2--_
{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/9999",
"_key" : "9999",
"_rev" : "_XGh-f-2--_"
}
}