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 content-type: application/json; charset=utf-8 etag: _V8R07lG--_ x-content-type-options: nosniff { "error" : false, "edge" : { "_id" : "relation/7889", "_key" : "7889", "_rev" : "_V8R07lG--_" }, "code" : 202 }