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" : "10504",
"_id" : "products/10504",
"_rev" : "_U-_qVPG--_",
"Hello3" : "World3"
},
"error" : false,
"code" : 200
}