//
//  AdTrackingAppLaunchRequest.swift
//  SodaLive
//
//  Created by klaus on 3/26/25.
//

struct AdTrackingAppLaunchRequest: Encodable {
    let pid: String
}