Retrieves a list of all seasons for a specific series. Seasons are used to organize episodes within a series, following a traditional TV show structure.
{ "data": [ { "_id": "507f191e810c19729de860ea", "title": "Season 1", "description": "The first season introduces the main characters and storyline", "images": [ { "_id": "507f191e810c19729de860eb", "path": "/seasons/season1-cover.jpg", "basePath": "/images/seasons/507f191e810c19729de860ea/season1-cover.jpg" } ] }, { "_id": "507f191e810c19729de860ec", "title": "Season 2", "description": "The second season continues the story with new challenges", "images": [ { "_id": "507f191e810c19729de860ed", "path": "/seasons/season2-cover.jpg", "basePath": "/images/seasons/507f191e810c19729de860ec/season2-cover.jpg" } ] } ]}