// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation
import Get
import URLQueryEncoder

extension Paths.Sunoverse {
    public var embedMySongs: EmbedMySongs {
        EmbedMySongs(path: path + "/embed-my-songs")
    }

    public struct EmbedMySongs {
        /// Path: `/api/sunoverse/embed-my-songs`
        public let path: String

        /// Embed My Songs
        public var get: Request<Void> {
            Request(path: path, method: "GET", id: "studio_api_sunoverse_api_embed_my_songs")
        }
    }
}
