GET /SportApi/GetTournamentSportMenu/{clientKey}/{language}
The GET request to the provided URL retrieves a structured list of sports, each with associated categories and tournaments. Each sport object contains details like sportId, sportName, and whether live matches are available (hasLive). Categories are nested within sports, identified by categoryId and categoryName. Further, tournaments are listed under each category, detailing the number of matches and other attributes, such as tournamentId and tournamentName.