When using axios, you can have multiple instances of it running with none of them interfering with each other. For example, you have an instance pointing to a user API that is on version 1 and another pointing to the payment API that is on version 2, both sharing the same namespace.
Here, we are going to learn how to create various axios instances, so you are able to work with as many API namespaces as you want without problems or interference.