username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//SecureBoot/Oem/Dell/FirmwareImageHashes/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellFirmwareImageHash.DellFirmwareImageHash",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/FirmwareImageHashes/2",
"@odata.type": "#DellFirmwareImageHash.v1_0_0.DellFirmwareImageHash",
"Description": "Represents FirmwareImageHash Instance",
"HashAlgorithm": "SHA256",
"HashValue": "AC30A34A8C34A9C20A4F7207D6B798395DCC0DC4F5B62FC552DEFB32BB566886",
"Id": "2",
"Name": "Embedded NIC 2"
}