When creating multiple axios instances, the process of calling the axios library changes. Because of that, we need to change how our HTTP wrapper instantiates the axios library.
In the following parts, we will change how the HTTP wrapper works with the creation of a new axios instance, and make it available to the application.