//
// PutAudioContentLikeRequest.swift
// SodaLive
// Created by klaus on 2023/08/11.
struct PutAudioContentLikeRequest: Encodable {
let audioContentId: Int
}
struct PutAudioContentLikeResponse: Decodable {
let like: Bool