C:\Users\vishal\Desktop>curl -s -H "Content-Type: application/x-ndjson" -XPOST "http://localhost:9200/products/_bulk" --data-binary "@products-bulk-json";
{"error":{"root_cause":[{"type":"parse_exception","reason":"request body is required"}],"type":"parse_exception","reason":"request body is required"},"status":400}