simple-salesforce-retrieve-unpackaged-kwarg-not-positional-path

SfdcMetadataApi.retrieve() first positional argument is used as a URL path segment, not as package content. To retrieve metadata, pass metadata type/member mappings via the unpackaged keyword argument as a dict. Passing a package XML string positionally results in a malformed API call with the string embedded in the endpoint URL.