Get One Queen's Challenges

Get all the challenges for a specific queen

Retrieve a list of challenges based on a queen's ID.

example request:
GET http://www.nokeynoshade.party/api/queens/125/challenges

example response:

[
    {
        "id": 183,
        "type": "main",
        "description": "Compete in a pageant of two categories, \"Where are you from?\" and \"Favorite Gaga look\"",
        "prize": "1 week getaway to The Grand Resort and Spa at Fort Lauderdale Beach.",
        "episodeId": 129,
        "won": false
    },
    { ... } ,
]