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