shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products/104394 <<EOF
{"Hello": "you"}
EOF
HTTP/1.1 Accepted
content-type: application/json; charset=utf-8
etag: "_YDCraZy--D"
location: /_db/_system/_api/document/products/104394
x-content-type-options: nosniff
{
"_id" : "products/104394",
"_key" : "104394",
"_rev" : "_YDCraZy--D",
"_oldRev" : "_YDCraZy--B"
}