Decoded /entry/{team_id}/history/ response.
/entry/{team_id}/history/
current lists per-gameweek scores for the active season, past lists prior season finishes and chips records chips played. Items are plain maps with the API's original string keys.
current
past
chips
@type t() :: %ExFPL.EntryHistory{chips: [map()], current: [map()], past: [map()]}