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