curl --location --request GET '/operator/report/bets?clientId&startDate&endDate'
[
{
"uid": "string",
"createdDate": 0,
"gameUid": "string",
"gameReferenceCode": "string",
"gameStartTime": 0,
"gameEndTime": 0,
"gameType": "string",
"playerUid": "string",
"clientPlayerId": "string",
"currency": "string",
"status": "string",
"totalBetAmount": 0,
"totalPayoffAmount": 0
}
]