Given API endpoint: https://vintagemonster.onefootball.com/api/teams/en/%team_id%.json (%team_id% must be replaced with a real number) Using the API endpoint, find the following teams by name:
- Germany
- England
- France
- Spain
- Manchester Utd
- Arsenal
- Chelsea
- Barcelona
- Real Madrid
- FC Bayern Munich
Extract all the players from the given teams and render to stdout the information about players alphabetically ordered by name. Each player entry should contain the following information: full name; age; list of teams.
Example:
- Alexander Mustermann; 25; France, Manchester Utd
- Brad Exampleman; 30; Arsenal
- ...