class StytchB2B::SCIM::Connection::GetRequestOptions

def to_headers

def to_headers
  headers = {}
  headers.merge!(@authorization.to_headers) if authorization
  headers
end