feat: 콘텐츠 업로드

- 포인트 사용 가능 여부 추가
This commit is contained in:
Yu Sung
2025-06-02 15:21:24 +09:00
parent 4664fd42c7
commit 7aa040c492
3 changed files with 26 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ struct CreateAudioContentRequest: Encodable {
let themeId: Int
let isAdult: Bool
let isGeneratePreview: Bool
let isPointAvailable: Bool
let isCommentAvailable: Bool
let previewStartTime: String?
let previewEndTime: String?