import Foundation struct UserAgent: Codable & Equatable { let uuid: String let software: String let device: String }