MessageSwiftstruct Message { let customerId: String let status: Int let text: String let attachments: [String] }Copy Page