[
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "BR-SP-001",
"ip": "192.168.1.100",
"port": 1194,
"country": "Brazil",
"city": "São Paulo",
"protocol": "OpenVPN",
"status": true,
"capacity": 500,
"currentLoad": 245,
"description": "Servidor principal em São Paulo",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
},
{
"id": "223e4567-e89b-12d3-a456-426614174001",
"name": "US-NY-001",
"ip": "192.168.2.100",
"port": 1194,
"country": "United States",
"city": "New York",
"protocol": "OpenVPN",
"status": true,
"capacity": 1000,
"currentLoad": 523,
"description": "Servidor em Nova York",
"createdAt": "2024-01-16T14:20:00.000Z",
"updatedAt": "2024-01-16T14:20:00.000Z"
}
],
2
]