username:password
Authorization: Basic *****************
curl --location -g --request GET '/operator/report/getSummaryBet?clientId={{clientid}}&clientPartner={{clientPartner}}&playerId={{playerid}}&startDate={{startdate}}&endDate={{enddate}}' \
--header 'Authorization: Basic Og=='
{"data":
[
{"userId":"player1","totalBet":40,"totalPayout":0, "totalLoss": 40}
],
"errorCode":null,
"error":null
}