beast
beast copied to clipboard
feat: add rank field in user info api
the response of api endpoint /api/info/users
looks like an array of objects structured like {"id":4,"username":"test","role":"contestant","status":0,"score":800,"email":"[email protected]"}
. We need to add the rank field for each user. Refer to single user info api for implementation of this.