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