shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/by-example { "collection": "products", "example" : { "a" : { "j" : 1 } } } HTTP/1.1 201 Created content-type: application/json; charset=utf-8 { "result" : [ { "_id" : "products/1272800706", "_key" : "1272800706", "_rev" : "1272800706", "i" : 1, "a" : { "j" : 1 } } ], "hasMore" : false, "count" : 1, "error" : false, "code" : 201 }