class Seatsio::SubaccountsClient

def activate(id:)

def activate(id:)
  @http_client.post("/subaccounts/#{id}/actions/activate")
end