@GET("run_attempts/{runAttemptId}/relationships/doubts")
    suspend fun getDoubtByAttemptId(
        @Path("runAttemptId") id: String
    ): Response<List<Doubts>>