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