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