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 etag: _U-_pRzm--- content-type: application/json; charset=utf-8 { "error" : false, "edge" : { "_id" : "relation/7683", "_key" : "7683", "_rev" : "_U-_pRzm---" }, "code" : 202 }