🎯 Exercise 6
Create 5 Customers in Shopify and Generate a Single Log File in SFTP
Last updated
Was this helpful?
Was this helpful?
[
{
"first_name": "Alice",
"last_name": "Johnson",
"email": "alice.johnson@test.com"
},
{
"first_name": "Bob",
"last_name": "Smith",
"email": "bob.smith@test.com"
},
{
"first_name": "Charlie",
"last_name": "Brown",
"email": "charlie.brown@test.com"
},
{
"first_name": "Diana",
"last_name": "Miller",
"email": "diana.miller@test.com"
},
{
"first_name": "Ethan",
"last_name": "Davis",
"email": "ethan.davis@test.com"
}
]