CreateContentCommentBodyDto: {
    content: string;
    fileIds?: string[];
    isAnonymous?: boolean;
    parentId?: string | null;
}