Broadcasts
Create a broadcast tournament
Create a new broadcast tournament to relay external games. This endpoint accepts the same form data as the web form.
post/broadcast/new
Response
The broadcast tournament was successfully created.
Example response
{
"tour": {
"createdAt": 1722169800000,
"dates": [
1722169800000,
1722666600000
]
}
}