curl --location --globoff '/v1/sessions/{{sessionId}}/bets/pay-in' \
--header 'X-Counterparty-Id: 933a215f-a9e6-4f88-9d91-52a87cd50499' \
--header 'X-Timestamp: 1719766120806' \
--header 'X-Request-Id: 5a0679b6e5fa48f6892c777b0fa92392' \
--header 'X-Sign: c4d62f77cdfaadb6690b3bcbe5a0ca9ef1e5bf41d746d361a1269558eeb7ccd1' \
--header 'Content-Type: application/json' \
--data '{
"betId": "95",
"sessionId": "37",
"gameRoundId": "77",
"betAmount": 781.89,
"taxAmount": 153.39,
"maxPossibleWinAmount": 753.39,
"maxPossibleWinTaxAmount": 794.69
}'