struct Message {
    let customerId: String
    let status: Int
    let text: String
    let attachments: [String]
}