[
{
"id": 1,
"full_name": "Juan Pérez",
"email": "[email protected]",
"role": "DIRECTOR",
"is_active": true,
"dni": "12345678"
},
{
"id": 2,
"full_name": "María González",
"email": "[email protected]",
"role": "COMERCIAL",
"is_active": true,
"dni": "87654321"
}
]