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