There was an error while loading. Please reload this page.
Request
{ games: number; isSeasonPoint: boolean; losers: string[]; season: string; winners: string[]; wins: number; }
Response Body
{ status: number; data: { id: string; isSeasonPoint: boolean; games: number; wins: number; losers: string[]; season: string; winners: string[]; } }