i am new to elastic search trying to bulk import accounts.json file with curl command. but every time got error URL not specified. elasticsearch and kibana folder are on desktop and also accounts.json file also on desktop.
here is the curl command with error
desktop user$ curl -H 'Content-Type: application/json' -XPOST'localhost:9200/bank/_bulk?pretty&refresh' --data-binary '@accounts.json'
curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information
please help