NOTE: While updating the PowerLimit, the complex property LimitInWatts is rewritable. However, CorrectionInMs and LimitException are read-only and their value is 0 and HardPowerOff respectively.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location --request PATCH '/redfish/v1/Chassis//Power' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}