Register a new user
POST/api/auth/register/
This endpoint allows a user to register a new account using a username, email, and password.
WARNING: This endpoint checks if the user passed the Cloudflare Turnstile challenge, which cannot be avoided if you have Cloudflare turnstile enabled.
Request
Responses
- 200
- 400
- 403
- 500