I am trying to send headers using SWR and Axios but the headers are not being sent.
const fetcher = (url) => axios .get(url, { headers: { Authorizat