Authorization: Bearer ********************{
"newPassword": "string",
"oldPassword": "string"
}curl --location --request PUT 'http://gin-user-center.jinxinapp.cn/api/v1/user/pwd/set' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPassword": "string",
"oldPassword": "string"
}'{
"code": 0,
"msg": "string",
"requestId": "string",
"status": "string"
}