curl --location --globoff '/v1/sessions/{{sessionId}}/bets/pay-out' \
--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": "62",
"sessionId": "28",
"winAmount": 207.4,
"winOdd": 73948603.55065814,
"taxAmount": 545.85,
"maxPossibleWinAmount": 564.69,
"maxPossibleWinTaxAmount": 556.05
}'