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 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
{
"_id" : "products/103879",
"_key" : "103879",
"_rev" : "_YOn1PGW--B"
},
{
"_id" : "products/103883",
"_key" : "103883",
"_rev" : "_YOn1PGW--D"
},
{
"_id" : "products/103885",
"_key" : "103885",
"_rev" : "_YOn1PGW--F"
}
]