Authenticationsignup_createsignup_create POST /signup/ Body: { "username": "…", "password": "…", "email": "…" } Creates a new user with is_active=False and sends a verification email. User must verify email before logging in. Request Responses201