@GET("v2/courses/{id}/rating")
    suspend fun getFeedback(
        @Path("id") id: String
    ): Response<Feedback>