POST /users/reset-password HTTP/1.1 Host: api Content-Type: application/json Accept: */* Content-Length: 17 { "userId": "text" }
OK
{ "code": 1, "message": "text", "data": "text", "success": true }