This is a little bit late but hope someones encountering this will need it.
axios.interceptors.request.use((config: any) => { alert(config.method.toUpperCase()); return config; });