I am attempting to use the CURL command to download the latest zip file (as of today it is FuelWatchRetail-03-2020.csv.zip) from this site.
The command I currently have is as follows:
curl https://www.fuelwatch.wa.gov.au/fuelwatch/pages/public/historicalFileDownloadRetail.jspx#/FuelWatchRetail-03-2020.csv.zip -o new.zip
The file that is output appears to be the html from the initial webpage. I can not seem to find a link to the file location I am trying to download. I have googled extensively to find a solution, however I am obviously not searching for the correct thing.