@GET("doubts/{doubtId}/relationships/comments")
    suspend fun getCommentsById(
        @Path("doubtId") id: String
    ): Response<List<Comment>>