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