Challenge Overview
At the moment for each request which requires user token we are repeating code for getting a token, see

Instead of repeating the same code we have create an Axios Instance with interceptor which would automatically get the token like this https://github.com/appirio-tech/connect-app/blob/feature/custom-project-plan/src/api/requestInterceptor.js#L31