Dictionary API
Swagger
Error handling
Some API calls may return status 200, but contain an optional error
field with ErrorResponse (described below). Such errors have a code
field, the most common code is *_not_found
(tournament_not_found/team_not_found)