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/12366",
"_key" : "12366",
"_rev" : "_WgE7eiO--_"
},
{
"_id" : "products/12370",
"_key" : "12370",
"_rev" : "_WgE7eiO--B"
},
{
"_id" : "products/12372",
"_key" : "12372",
"_rev" : "_WgE7eiO--D"
}
]