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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Profiles.WithUserId {
    public var createTags: CreateTags {
        CreateTags(path: path + "/create-tags")
    }

    public struct CreateTags {
        /// Path: `/api/profiles/{user_id}/create-tags`
        public let path: String

        /// Get Common Create Tags
        public var get: Request<GenAPI.GetCommonCreateTagsResponse> {
            Request(path: path, method: "GET", id: "studio_api_bots_profiles_api_get_common_create_tags")
        }
    }
}
