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