{
"password": "string"
}curl --location --request PUT '/user/password/' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data '{
"password": "string"
}'{
"code": 0,
"success": true,
"msg": "string",
"data": null
}