class Seatsio::WorkspacesClient

def activate(key:)

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