Initialize the AxiosMockAdapter
masterTo start mocking, create a new instance of AxiosMockAdapter and pass your axios instance (either the default instance or a custom one) to the constructor.
You can optionally configure a delayResponse in milliseconds to simulate network latency for all requests handled by this instance.