Get One Challenge

Get an individual challenge based on the ID.

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

example response:

{
    "id": 1,
    "type": "main",
    "description": "Sexy Photo Shoot & Thrift Store outfits",
    "prize": "",
    "episodeId": 8,
    "queens": [
        {
            "id": 1,
            "name": "Victoria 'Porkchop' Parker",
            "won": false
        },
        { ... },
    ]
}