curl --location '/operator/report/verifyTransactionsSummary?clientId=undefined&startDate=undefined&endDate=undefined'{
"errorCode": 0,
"error": "string",
"data": [
{
"totalBet": 75,
"totalLoss": 65,
"totalPayout": 19.75,
"count": 15,
"currency": "CNY"
}
]
}