🎯 Backend Signup Demo

Test the signup API endpoint

📝 API Call Made:
POST /api/auth/signup

Body: {
  "email": "demo@example.com",
  "password": "Password123!",
  "displayName": "Demo User"
}