StartTranscriptionRequest
data class StartTranscriptionRequest( @Json(name = "enable_closed_captions") val enableClosedCaptions: Boolean? = null, @Json(name = "language") val language: String? = null, @Json(name = "transcription_external_storage") val transcriptionExternalStorage: String? = null)