Auth

Create account

Create a new account with email, password, and name. Sets session cookie.

POST/api/auth/sign-up/email

Request Body

application/json

curl -X POST "https://loading/api/auth/sign-up/email" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]",    "password": "stringst",    "name": "string"  }'
Empty
Empty