shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/any <<EOF { "collection" : "products" } EOF HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "document" : { "_id" : "products/776460743", "_key" : "776460743", "_rev" : "776460743", "Hello2" : "World2" }, "error" : false, "code" : 200 }