@GET("/api/info/.json") abstract fun comment(@Query("id") commentId: String, @Query("raw_json") rawJson: Int? = null, @HeaderMap header: HashMap<String, String>): Call<EnvelopedCommentListing>