shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document/products?waitForSync=true <<EOF
{ "Hello": "World" }
EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
etag: "_WpTA2Yi--_"
location: /_db/_system/_api/document/products/10514
{
"_id" : "products/10514",
"_key" : "10514",
"_rev" : "_WpTA2Yi--_"
}