application:player scope.curl --location --request POST 'https://api.challonge.com/v2.1/application/tournaments//participants/register_me.json?community_id' \
--header 'Accept: application/json' \
--header 'Authorization-Type: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "Participants",
"attributes": {
"name": "AllBossFights",
"seed": 1,
"misc": "",
"email": "me@allbossfights.xyz",
"username": "AllBossFights"
}
}
}'{}