shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/index?collection=products <<EOF
{
"type" : "cap",
"size" : 10
}
EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"id" : "products/786438866",
"type" : "cap",
"size" : 10,
"byteSize" : 0,
"unique" : false,
"isNewlyCreated" : true,
"error" : false,
"code" : 201
}