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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Songify {
    public func requestId(_ requestId: String) -> WithRequestId {
        WithRequestId(path: "\(path)/\(requestId)")
    }

    public struct WithRequestId {
        /// Path: `/api/songify/{request_id}`
        public let path: String
    }
}
