We are using our own service from which with a request we get a bearer token. This bearer token is copied and then paste in all of the API requests. But I have to make a change - when this token is expired, to refresh it. I am a little bit lost how to do that. I am not supposed to add a new model or controller. Here is the code: