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