password_encrypted: The encrypted password;admin123456SHA256:6848d6405bf34bf9b2d82ed8822c756807632d3eaefedec90ac33cb32ac83671Note: The passwords stored in the database have already been encrypted by the backend.
{
"password_encrypted": "string",
"new_password_encrypted": "string"
}curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/user/password/admin' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"password_encrypted": "string",
"new_password_encrypted": "string"
}'{
"code": 0,
"msg": "string"
}