username:password
Authorization: Basic *****************
curl --location -g --request GET '/operator/report/getTotalLoss?clientId={{clientid}}&startDate={{startdate}}&endDate={{enddate}}&clientPartner={{clientPartner}}' \
--header 'Authorization: Basic Og=='
{
"errorCode": null,
"error": null,
"data": [
{
"userId": "kkc1ph3321f439",
"totalBet": 20,
"totalLoss": 15,
"totalPayout": 5
}]}