shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/103472
HTTP/1.1 undefined
content-type: application/json; charset=utf-8
etag: "_XWq5sbS--_"
x-content-type-options: nosniff
{
"_key" : "103472",
"_id" : "products/103472",
"_rev" : "_XWq5sbS--_",
"hello" : "world"
}