feat: Subtract user balance, persist game
This commit is contained in:
parent
b2b0bb2f44
commit
64e41b663e
7 changed files with 61 additions and 142 deletions
|
@ -3,5 +3,5 @@ Authorization: Bearer {{token}}
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"betAmount": -1
|
||||
"betAmount": 1.01
|
||||
}
|
||||
|
|
Reference in a new issue