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