X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/JobService/Jobs//Steps' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"Payload": {
"JsonBody": "Now",
"TargetUri": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveScanning"
}
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}