feat: update account handling in add endpoint and tests

This commit is contained in:
Stevan Freeborn
2026-03-09 04:29:01 -05:00
parent 3866030eae
commit 62a7dde443
4 changed files with 12 additions and 4 deletions
@@ -1,3 +1,6 @@
using Account = FiscalOS.Core.Accounts.Account;
using Institution = FiscalOS.Core.Accounts.Institution;
namespace FiscalOS.API.Institutions.Get;
internal sealed record Response