{"service":"Toornament API Microservice","version":"1.0.0","endpoints":[{"method":"GET","path":"/toornament/teams?tournament_id={id}","description":"Get teams with players for a tournament"},{"method":"GET","path":"/toornament/tournaments","description":"List all tournaments"},{"method":"GET","path":"/toornament/tournament/{id}","description":"Get tournament details"},{"method":"GET","path":"/health","description":"Health check"}],"auth":"Bearer token required for all endpoints except / and /health"}