feat: Subtract user balance, persist game

This commit is contained in:
Phan Huy Tran 2025-03-26 13:50:56 +01:00 committed by Jan K9f
commit 64e41b663e
7 changed files with 61 additions and 142 deletions

View file

@ -3,5 +3,5 @@ Authorization: Bearer {{token}}
Content-Type: application/json
{
"betAmount": -1
"betAmount": 1.01
}