feat(blackjack): add BlackJack game creation functionality

This commit is contained in:
Jan K9f 2025-03-26 12:20:27 +01:00 committed by Jan K9f
parent 24ea51318f
commit 8cb045fcbe
5 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,7 @@
POST http://localhost:8080/blackjack/start
Authorization: Bearer {{token}}
Content-Type: application/json
{
"betAmount": 999
}