{ "new_password": "string", "old_password": "string" }
curl --location --request PUT 'http://dev-cn.your-api-server.com/users//storage' \ --header 'Content-Type: application/json' \ --data-raw '{ "new_password": "string", "old_password": "string" }'
{ "code": 0, "data": {}, "msg": "string" }