shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/by-example <<EOF { "collection" : "products", "example" : { "i" : 1 } } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "12286", "_id" : "products/12286", "_rev" : "_WE2VXbK--B", "a" : { "k" : 2, "j" : 2 }, "i" : 1 }, { "_key" : "12276", "_id" : "products/12276", "_rev" : "_WE2VXbG--_", "a" : { "k" : 1, "j" : 1 }, "i" : 1 }, { "_key" : "12280", "_id" : "products/12280", "_rev" : "_WE2VXbG--B", "a" : { "j" : 1 }, "i" : 1 }, { "_key" : "12283", "_id" : "products/12283", "_rev" : "_WE2VXbK--_", "i" : 1 } ], "hasMore" : false, "count" : 4, "error" : false, "code" : 201 }