cURL
curl --request POST \ --url https://app.d-sports.org/api/admin/teams \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
Creates a new team. Requires admin role.
Clerk session token. Use Authorization: Bearer .
The body is of type object.
object
{ success, data: { id } }
Was this page helpful?