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