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