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/104320",
"_key" : "104320",
"_rev" : "_Y2g6wR2--B"
},
{
"_id" : "products/104324",
"_key" : "104324",
"_rev" : "_Y2g6wR2--D"
},
{
"_id" : "products/104326",
"_key" : "104326",
"_rev" : "_Y2g6wR2--F"
}
]