{
"success": true,
"profile": {
"id": 1,
"first_name": "Ahmed",
"last_name": "Al-Mansouri",
"full_name": "Ahmed Al-Mansouri",
"email": "ahmed@example.com",
"phone": "+966501234567",
"avatar": "https://api.example.com/storage/avatars/user-1.jpg",
"date_of_birth": "1990-05-15",
"role": "merchant",
"email_verified_at": "2024-01-15T09:30:00Z",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-12-01T10:30:00Z"
},
"company_info": {
"company_name": "Al-Mansouri Trading Co.",
"commercial_registration_number": "1234567890",
"tax_number": "300123456789001",
"company_city": "Riyadh",
"rate_cost": 1500
},
"wallet_info": {
"balance": 125000,
"balance_formatted": 1250,
"is_balance_correct": true
},
"statistics": {
"total_orders": 156,
"total_merchants": 3,
"total_warehouses": 2,
"total_spent": 75000,
"account_age_days": 334
}
}