password_encrypted
: encrypted password;admin
123456
SHA256:6848d6405bf34bf9b2d82ed8822c756807632d3eaefedec90ac33cb32ac83671
Note: The password stored in the database has been encrypted again by the background.
{
"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"
}