shell> curl --dump - http://localhost:8529/_api/document/products/11034
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: "_V8R1F6S--_"
x-content-type-options: nosniff
{
"_key" : "11034",
"_id" : "products/11034",
"_rev" : "_V8R1F6S--_",
"hello" : "world"
}