Authorization: Bearer ********************
{
"password": "stringst"
}
curl --location --request PUT 'http://localhost:8098/admin/user/password' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "stringst"
}'
{
"code": 200,
"errMsg": null,
"data": true
}