NOTE: If BootSourceOverrideTarget is updated to any value and BootSourceOverrideEnabled is updated to Continuous, then after a system reboot the values for both these properties get updated to None and Disabled respectively. Also, the BootOrder gets updated with the first entry as set for BootSourceOverrideTarget before the system was rebooted.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location --request PATCH '/redfish/v1/Systems//Settings' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}