curl --location --request POST 'https://api.challonge.com/v2/tournaments//participants/bulk_add.json' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "Participants",
"attributes": {
"participants": [
{
"name": "AllBossFights",
"seed": 1,
"misc": "",
"email": "me@allbossfights.xyz",
"username": "AllBossFights"
}
]
}
}
}'[
{
"id": 76,
"type": "participant",
"attributes": {
"id": null,
"group_id": null,
"tournament_id": null,
"icon": null,
"seed": null,
"misc": null,
"name": null,
"username": null,
"final_rank": null,
"states": null,
"timestamps": null
}
}
]