Auth
Create account
Create a new account with email, password, and name. Sets session cookie.
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