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