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).
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location --request PATCH '/redfish/v1/Systems//Bios/Settings' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}