If authenticated, get information about the current user, team, and competition.
GET /self| code | description | content |
|---|---|---|
| 200 | current user (with team and email) and competition | {"user": <user object>, "competition": <competition object>} |
| 401 | not authenticated | none |