@POST("quiz_attempts/{id}/submit")
    suspend fun submitQuizById(
        @Path("id") id: String
    ): Response<QuizAttempt>