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