@GET("doubts")
    suspend fun getDoubtsForContent(
        @Query("filter[runAttemptId]") attemptId: String,
        @Query("filter[contentId]") contentId: String
    ): Response<List<Doubts>>