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