NOTE: BIOS settings update performed through iDRAC is the only path where RLCE would emerge and not through changes made in the Host BIOS System Settings (F2).
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location --request PATCH '/redfish/v1/Systems//Bios/Settings' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}