예약 업로드 추가

This commit is contained in:
Yu Sung
2024-01-10 17:08:22 +09:00
parent a27952bbca
commit c1e598a8bf
5 changed files with 281 additions and 63 deletions

View File

@@ -12,6 +12,8 @@ struct CreateAudioContentRequest: Encodable {
let detail: String
let tags: String
let price: Int
let releaseDate: String?
let timezone: String
let themeId: Int
let isAdult: Bool
let isOnlyRental: Bool