snowballtools-base/packages/backend/test/fixtures/users.json
2024-02-21 11:00:14 +07:00

21 lines
450 B
JSON

[
{
"id": "59f4355d-9549-4aac-9b54-eeefceeabef0",
"name": "Snowball",
"email": "snowball@snowballtools.xyz",
"isVerified": true
},
{
"id": "e505b212-8da6-48b2-9614-098225dab34b",
"name": "Alice Anderson",
"email": "alice@snowballtools.xyz",
"isVerified": true
},
{
"id": "cd892fad-9138-4aa2-a62c-414a32776ea7",
"name": "Bob Banner",
"email": "bob@snowballtools.xyz",
"isVerified": true
}
]