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