[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "João Silva",
"email": "[email protected]",
"role": "CUSTOMER",
"status": true,
"credits": 100,
"cellphone": "+5511999999999",
"notes": "Cliente VIP",
"owner": {
"id": "owner-id",
"name": "Revendedor X"
},
"myMaster": {
"id": "master-id",
"name": "Master Y"
},
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-20T14:45:00.000Z"
},
{
"id": "987e6543-e21b-12d3-a456-426614174000",
"name": "Maria Santos",
"email": "[email protected]",
"role": "CUSTOMER",
"status": true,
"credits": 50,
"cellphone": "+5511988888888",
"notes": "Cliente regular",
"owner": {
"id": "owner-id",
"name": "Revendedor X"
},
"createdAt": "2024-01-18T15:20:00.000Z",
"updatedAt": "2024-01-19T09:10:00.000Z"
}
]