curl --location --request GET '/operator/report/getTotalLoss?clientId&startDate&endDate&clientPartner' \
--header 'Authorization;'
{
"errorCode": 0,
"error": "string",
"data": [
{
"userId": "ANGrlacjsghl",
"totalBet": 45000,
"totalLoss": 45000,
"totalPayout": 0
}
]
}