'/v1/chat.getThreadsList': {
        GET: (params: ChatGetThreadsList) => {
            threads: IMessage[];
            total: number;
        };