//
// GetChangeNicknamePriceResponse.swift
// SodaLive
// Created by klaus on 2023/08/19.
import Foundation
struct GetChangeNicknamePriceResponse: Decodable {
let price: Int
}