I have implemented methods to the backend in this way (screenshot), the problem is that the length of these methods will be even longer. I want to use RTK Query. I know that RTK Query has such a thing as injectEndpoints. Due to which I will divide all these methods into files. I will still have to write the full names of these methods in the query field to each endpoint, because baseQuery with its baseUrl is regulated only in one place, that is, at the createApi stage. The question is how to extend the use of baseUrl or better integrate these methods with RTK Query