//
//  GenerateUrlResponse.swift
//  SodaLive
//
//  Created by klaus on 12/17/24.
//

struct GenerateUrlResponse: Decodable {
    let contentUrl: String
}