class Seatsio::SubaccountsClient
def copy_chart_to_subaccount(from_id: nil, to_id: nil, chart_key: nil)
def copy_chart_to_subaccount(from_id: nil, to_id: nil, chart_key: nil) response = @http_client.post("/subaccounts/#{from_id}/charts/#{chart_key}/actions/copy-to/#{to_id}") Domain::Chart.new(response) end