오디션 지원 기능 추가

This commit is contained in:
Yu Sung
2025-01-07 18:32:34 +09:00
parent 36028aa108
commit 1d9964721f
14 changed files with 779 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
//
// ApplyAuditionRoleRequest.swift
// SodaLive
//
// Created by klaus on 1/7/25.
//
struct ApplyAuditionRoleRequest: Encodable {
let roleId: Int
let phoneNumber: String
}