AutosaveQuizBodyDto: {
    answers: {
        questionId: string;
        selectedOptionIds?: string[];
        textAnswer?: string;
    }[];
}