update TransactionController with withdrawal

This commit is contained in:
2025-09-12 15:49:45 +02:00
parent f9a5cd5922
commit 9dcae1f5e0
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
}