Im trying to get data using Axios:
Axios
const endPoint = \'myURL\'; await axios.get(endPoint).then(res => { console.log(res.data) })