http://localhost:8000
GET /banks
Get all bank accounts.
Response
POST /bank
Create a new bank account.
Request Body
PUT /bank/{bank_id}
Update a bank account’s name.
Request Body
Manage bank accounts and ledgers
http://localhost:8000
GET /banksPOST /bankPUT /bank/{bank_id}DELETE /bank-account/{bank_id}GET /bank-ledger/{bank_account_id}POST /bank-ledger/{bank_account_id}PUT /bank-ledger/{bank_account_id}