Auth
Register
Create a new account with email and password. A verification email is sent automatically. Rate limited to 3 requests/minute per IP.
post/auth/register
Request body
Response
Registration successful
Example response
{
"success": true
}Create a new account with email and password. A verification email is sent automatically. Rate limited to 3 requests/minute per IP.
Registration successful
{
"success": true
}