update TransactionController with withdrawal

This commit is contained in:
2025-09-12 15:49:45 +02:00
parent 83375cf9cc
commit 4833eebdd0
3 changed files with 118 additions and 0 deletions

View File

@@ -6,3 +6,12 @@ Content-Type: application/json
"account": "00000000-0000-0000-0000-000000000000",
"amount": 1.23
}
### Withdrawal
POST {{url}}/withdrawal
Content-Type: application/json
{
"account": "00000000-0000-0000-0000-000000000000",
"amount": 1
}