curl --location 'https://api.chizmis.com/chizpay/v1.0/wallets/by-account/' \
--header 'authorization;'{
"success": true,
"response": {
"id": 9123,
"accountId": 67890,
"balance": 2500,
"isActive": true,
"account": {
"id": 67890,
"firstName": "Juan",
"lastName": "Dela Cruz",
"email": "juan@example.com",
"avatar": "https://cdn.example.com/avatar.png"
},
"createdAt": "2026-05-06T10:00:00.000Z",
"updatedAt": "2026-05-06T10:15:00.000Z"
}
}