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