shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/first { "collection": "products", "count" : 2 } HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "result" : [ { "_id" : "products/1271064183", "_key" : "1271064183", "_rev" : "1271064183", "i" : 1, "a" : { "k" : 1, "j" : 1 } }, { "_id" : "products/1271391863", "_key" : "1271391863", "_rev" : "1271391863", "i" : 1, "a" : { "j" : 1 } } ], "error" : false, "code" : 200 }