@GET("quiz_attempts/{id}")
    suspend fun getQuizAttemptById(
        @Path("id") id: String
    ): Response<QuizAttempt>