I would like to make an HTTP request using Axios. The code of the request is
axios.get(URL_ENDPOINT, {headers: {Authorization: API_TOKEN}})
I wou