username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Bios/Actions/Bios.ChangePassword' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"NewPassword": "newpassword",
"OldPassword": "oldpassword",
"PasswordName": "SysPassword/SetupPassword/PersistentMemPassphrase"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}