Get One Episode's Challenges

Get all the challenges from an episode

Retrieve all the mini and main challenges in a specific episode

example request:
GET http://www.nokeynoshade.party/api/episodes/21/challenges

example response:

      {
        "id": 20,
        "type": "mini",
        "description": "Decorate a box that shows who they are and they must borrow something from another contestant",
        "prize": "",
        "episodeId": 21,
        "queens": [
            {
                "id": 21,
                "name": "Tatianna",
                "won": false
            },
            { ... },
       },
       { ... }