// // GetPointUseStatusResponse.swift // SodaLive // // Created by klaus on 5/20/25. // struct GetPointUseStatusResponse: Decodable, Hashable { let title: String let date: String let point: Int }