{
"success": true,
"response": {
"accounts": [
{
"id": 1024,
"firstName": "Juan",
"lastName": "Dela Cruz",
"middleName": "S",
"birthDate": "1998-01-01T00:00:00.000Z",
"lastLogin": "2026-05-06T10:00:00.000Z",
"avatar": "https://cdn.example.com/avatar.png",
"email": "juan@example.com"
}
]
}
}