feat: Validate bet amount

This commit is contained in:
Phan Huy Tran 2025-03-26 13:23:27 +01:00 committed by Jan K9f
parent 1a4b3f073f
commit b2b0bb2f44
4 changed files with 26 additions and 10 deletions

View file

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