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