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