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