try { const res = await axios.get( `${apilink}/download/`, { responseType: "blob", params: body, } );