Auth
Log in
Login with email and password. Sets session cookie.
curl -X POST "https://loading/api/auth/sign-in/email" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "string" }'Empty
Empty
Login with email and password. Sets session cookie.
curl -X POST "https://loading/api/auth/sign-in/email" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "string" }'email