// // GetPointStatusResponse.swift // SodaLive // // Created by klaus on 5/20/25. // struct GetPointStatusResponse: Decodable { let point: Int }