Generate realistic fake data for testing.
Generate 3 users with name, email, phone[
{
"firstName": "James",
"lastName": "Smith",
"email": "james.smith@gmail.com",
"phone": "(555) 123-4567"
},
{
"firstName": "Mary",
"lastName": "Johnson",
"email": "mary.johnson@yahoo.com",
"phone": "(555) 234-5678"
},
{
"firstName": "Robert",
"lastName": "Williams",
"email": "rwilliams@outlook.com",
"phone": "(555) 345-6789"
}
]Generate 3 companies with addresscompany,address
"Acme Corp","123 Main St, New York, NY 10001"
"Globex","456 Oak Ave, Los Angeles, CA 90001"
"Initech","789 Maple Dr, Chicago, IL 60601"Generate full person records[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"firstName": "John",
"lastName": "Davis",
"email": "john.davis@example.com",
"phone": "(555) 987-6543",
"address": "321 Pine Rd, Seattle, WA 98101",
"company": "Wayne Enterprises",
"dateOfBirth": "1985-03-15"
}
]