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