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/10656",
"_key" : "10656",
"_rev" : "_W0jy1C6--_"
},
{
"_id" : "products/10660",
"_key" : "10660",
"_rev" : "_W0jy1C6--B"
},
{
"_id" : "products/10662",
"_key" : "10662",
"_rev" : "_W0jy1C6--D"
}
]