//
// AuthResponse.swift
// SodaLive
// Created by klaus on 2/3/25.
struct AuthResponse: Decodable {
let gender: Int
}