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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Generate {
    public var getRecommendStyles: GetRecommendStyles {
        GetRecommendStyles(path: path + "/get_recommend_styles")
    }

    public struct GetRecommendStyles {
        /// Path: `/api/generate/get_recommend_styles`
        public let path: String

        /// Get Recommend Styles
        public var get: Request<GenAPI.RecommendStylesSchema> {
            Request(path: path, method: "GET", id: "studio_api_bots_generate_api_get_recommend_styles")
        }
    }
}
