username:password
Authorization: Basic *****************
curl --location -g --request GET '/operator/report/getTotalLoss?clientId={{clientid}}&clientPartner=&playerId={{playerid}}&startDate={{startdate}}&endDate={{enddate}}' \
--header 'Accept: application/json' \
--header 'Authorization: Basic Og=='
{
"errorCode": null,
"error": null,
"data": [
{
"userId": "ANGrlacjsghl",
"totalBet": 45000,
"totalLoss": 45000,
"totalPayout": 0
},
{
"userId": "ACOqaws1565",
"totalBet": 342000,
"totalLoss": 157000,
"totalPayout": 300000
}
]
}