Retrieves a mock API by URL.
MockApi? getMockApi(String url) { final reduceUrl = StringUtils.getBaseUrlAndPath(url); return mockApis[reduceUrl]; }