SetQuizData: {
    body: QuizAuthoringBodyDto;
    path: {
        id: string;
    };
    query?: never;
    url: "/tenants/me/contents/{id}/quiz";
}