shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document/products <<EOF
[{"Hello":"Earth"}, {"Hello":"Venus"}, {"Hello":"Mars"}]
EOF
HTTP/1.1 202 Accepted
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[
{
"_id" : "products/10492",
"_key" : "10492",
"_rev" : "_WpTA2Ta--_"
},
{
"_id" : "products/10496",
"_key" : "10496",
"_rev" : "_WpTA2Ta--B"
},
{
"_id" : "products/10498",
"_key" : "10498",
"_rev" : "_WpTA2Ta--D"
}
]