class Acme::Client::Resources::Authorization

def reload

def reload
  assign_attributes(**@client.authorization(url: url).to_h)
  true
end