UpdateFeedbackChatData: {
    body: UpdateFeedbackChatBodyDto;
    path: {
        chatId: string;
        postId: string;
        roomId: string;
        spaceId: string;
    };
    query?: never;
    url: "/spaces/{spaceId}/community/{postId}/feedback/rooms/{roomId}/chats/{chatId}";
}