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" : {
"_key" : "11160",
"_id" : "products/11160",
"_rev" : "11160",
"Hello5" : "World5"
},
"error" : false,
"code" : 200
}