Authorization: Bearer ********************
{
"new_passwd": "xxx" // 新密码
}
curl --location --request PUT '/v1/account/update-pwd' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_passwd": "xxx" // 新密码
}'
{
"code": 0,
"msg": "ok",
"data": {}
}