{
"id": "user_123456",
"email": "[email protected]",
"firstName": "Jane",
"lastName": "Smith",
"phoneNumber": "+1 (555) 555-1234",
"createdAt": "2022-11-15T09:30:00Z",
"updatedAt": "2023-03-20T14:45:00Z",
"addresses": [
{
"id": "addr_123456",
"name": "Home",
"firstName": "Jane",
"lastName": "Smith",
"company": "",
"line1": "123 Main St",
"line2": "Apt 4B",
"city": "New York",
"state": "NY",
"postalCode": "10001",
"country": "US",
"phone": "+1 (555) 555-1234",
"isDefault": true,
"type": "both"
},
{
"id": "addr_123457",
"name": "Work",
"firstName": "Jane",
"lastName": "Smith",
"company": "Acme Inc",
"line1": "456 Business Ave",
"line2": "Suite 300",
"city": "New York",
"state": "NY",
"postalCode": "10002",
"country": "US",
"phone": "+1 (555) 555-5678",
"isDefault": false,
"type": "shipping"
}
],
"preferences": {
"emailMarketing": true,
"smsMarketing": false,
"preferredCurrency": "USD",
"reminderFrequency": "weekly"
},
"scentProfile": {
"id": "scent_123456",
"name": "Jane's Profile",
"preferences": {
"intensity": "medium",
"categories": ["floral", "woody"],
"favoriteNotes": ["lavender", "bergamot", "cedar"],
"dislikedNotes": ["patchouli", "musk"],
"occasions": ["relaxation", "home"]
},
"createdAt": "2022-12-10T11:15:00Z",
"updatedAt": "2023-02-25T16:30:00Z"
},
"orderStats": {
"totalOrders": 4,
"totalSpent": 248.96,
"averageOrderValue": 62.24,
"lastOrderDate": "2023-03-15T14:30:00Z"
},
"membershipTier": "premium",
"tokens": 250,
"loyaltyPoints": 125,
"referralCode": "JANESMITH10"
}