X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Systems//Oem/Dell/DellPCIeSSDExtenders' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellPCIeSSDExtenderCollection.DellPCIeSSDExtenderCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPCIeSSDExtenders",
"@odata.type": "#DellPCIeSSDExtenderCollection.DellPCIeSSDExtenderCollection",
"Description": "A collection of DellPCIeSSDExtender resource",
"Members": [],
"Members@odata.count": 0,
"Name": "DellPCIeSSDExtenderCollection"
}