SubmitPeerAssessmentBodyDto: {
    snapshotId: string;
    spaceGroupId: string;
    submits: {
        answers: {
            questionId: string;
            score: number;
        }[];
        comment?: string | null;
        targetId: string;
    }[];
}