curl --request POST \
--url http://localhost:4000/api/waitlist/v2/challenges/join \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"challengeId": "<string>"
}'
Join an active challenge
curl --request POST \
--url http://localhost:4000/api/waitlist/v2/challenges/join \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"challengeId": "<string>"
}'
Dynamic authentication JWT token
Successfully joined challenge