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/803216082",
"_key" : "803216082",
"_rev" : "803216082",
"Hello4" : "World4"
},
"error" : false,
"code" : 200
}