class StytchB2B::Organizations::Members::CreateRequestOptions
def initialize(
def initialize( authorization: nil ) @authorization = authorization end
def to_headers
def to_headers headers = {} headers.merge!(@authorization.to_headers) if authorization headers end