class StytchB2B::SCIM::Connection::UpdateRequestOptions

def to_headers

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