I have this class
class UserModel: NSObject { public struct User: Codable { // User data var id: String? var name: String? var surname: Stri