Hello i download file using axios like so.
return axios({ method: "get", url: URL, responseType: "blob", }) .th