Get user statistics
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/users/statistics \ --header 'Authorization: Bearer <token>'
200
Example
{ "total_rounds": 123, "total_wins": "<string>", "total_friends": 123, "win_rate": "<string>", "first_round": "<string>", "certs_new": true}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response