i want to list teams for a particular competition ..
so in docs it was sample ... and i should to use these filters season={YEAR}
stage={STAGE} but i don't know how ..thanks
headers = { 'X-Auth-Token': '72ae860eeabb435d9efef739f853b4fe' }
connection.request('GET', '/v2/competitions/2021/teams', None, headers)
response = json.loads(connection.getresponse().read().decode())