X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Chassis//Sensors//Actions/Oem/DellOemSensor.GetHistoricalSensorReadings' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"ReadingHistoryPeriod": "LastHour"
}'{}