{
"users": [
{
"uid": "user1",
"email": "john.doe@example.com",
"name": "John Doe",
"phoneNumber": "+1234567890",
"role": "user",
"createdAt": "2024-03-01T00:00:00Z"
},
{
"uid": "ngo1",
"email": "sarah.smith@ngo.org",
"name": "Sarah Smith",
"phoneNumber": "+1987654321",
"role": "ngo_worker",
"createdAt": "2024-03-01T00:00:00Z"
},
{
"uid": "adv1",
"email": "michael.law@advocate.com",
"name": "Michael Johnson",
"phoneNumber": "+1122334455",
"role": "advocate",
"createdAt": "2024-03-01T00:00:00Z"
},
{
"uid": "user2",
"email": "maria.garcia@example.com",
"name": "Maria Garcia",
"phoneNumber": "+1555666777",
"role": "user",
"createdAt": "2024-03-02T00:00:00Z"
}
]
}