'/v1/chat.getDiscussions': {
        GET: (params: ChatGetDiscussions) => {
            messages: IMessage[];
            total: number;
        };