-I have a model class like this:
class AdresIcerikModel: Codable { var adresId: Int = 0 var kullaniciId: Int = 0 var adresAdi: String = ""