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