Implement logic

This commit is contained in:
2025-11-19 21:18:37 +00:00
parent a0a7236752
commit c21242d206
31 changed files with 4802 additions and 139 deletions

View File

@@ -0,0 +1,22 @@
{
"data": [
{
"type": "accounts",
"id": "2",
"attributes": {
"name": "Checking Account",
"type": "asset",
"iban": "NL01BANK0123456789"
}
}
],
"meta": {
"pagination": {
"total": 1,
"count": 1,
"per_page": 20,
"current_page": 1,
"total_pages": 1
}
}
}