letters, digits, _, -, and @. The length must be between [3, 30]. The regular expression is ^[0-9a-zA-Z_@\-\.]{3,30}$.password_encrypted: The encrypted password;admin123456SHA256:6848d6405bf34bf9b2d82ed8822c756807632d3eaefedec90ac33cb32ac83671Note: The passwords stored in the database have already been encrypted by the backend.
{}curl --location 'https://192.168.88.11:9781/bvcsp/v1/user/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{}'{
"code": 0,
"msg": "string",
"data": {}
}