class Envirobly::Api

def authorization_headers

def authorization_headers
  { "Authorization" => @access_token.as_http_bearer }
end