Last updated 1 year ago
/api/users/password
OK
curl -L \ --request POST \ --url '//api/users/password?password=text'
{ "code": 1, "message": "text", "data": true, "success": true }
curl -L \ --request PUT \ --url '//api/users/password' \ --header 'Content-Type: application/json'