@FormUrlEncoded @POST("/api/marknsfw") abstract fun markAsNsfw(@Field("id") id: String, @HeaderMap header: HashMap<String, String>): Call<Any?>