In my React app I have
axios.defaults.headers.common["Authorization"] = `Token ${localStorage.getItem("token")}\\`;
to se