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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Gen.BulkIncrementPlayCounts {
    public var v2: V2 {
        V2(path: path + "/v2")
    }

    public struct V2 {
        /// Path: `/api/gen/bulk_increment_play_counts/v2`
        public let path: String

        /// Bulk Increment Play Counts With Spec
        public func post(_ body: GenAPI.BulkPlayCountSpec) -> Request<Void> {
            Request(path: path, method: "POST", body: body, id: "studio_api_bots_gen_api_bulk_increment_play_counts_with_spec")
        }
    }
}
