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/9935",
"_key" : "9935",
"_rev" : "_VReqj6i---"
},
{
"_id" : "products/9939",
"_key" : "9939",
"_rev" : "_VReqj6i--_"
},
{
"_id" : "products/9941",
"_key" : "9941",
"_rev" : "_VReqj6i--A"
}
]