shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products <<EOF
[{"Hello":"Earth"}, {"Hello":"Venus"}, {"Hello":"Mars"}]
EOF
HTTP/1.1 undefined
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
{
"_id" : "products/103405",
"_key" : "103405",
"_rev" : "_XWq5sWG--_"
},
{
"_id" : "products/103409",
"_key" : "103409",
"_rev" : "_XWq5sWK--_"
},
{
"_id" : "products/103411",
"_key" : "103411",
"_rev" : "_XWq5sWK--B"
}
]