add AccountController

This commit is contained in:
2025-09-11 12:58:04 +02:00
parent 37e20dcdbe
commit 0f8e6ab852
5 changed files with 130 additions and 0 deletions

8
http/account.http Normal file
View File

@@ -0,0 +1,8 @@
### Create Account
POST {{url}}/account
Content-Type: application/json
{
"name": "account name",
"amount": -1.11
}