username:password
Authorization: Basic *****************
curl --location --request GET '/operator/report/vl/%24/replay/transfer?startDate&endDate' \
--header 'Authorization: Basic Og=='
{
"errorCode": 0,
"error": "string",
"data": [
{
"clientId": "string",
"operator": "string",
"transfer": "string",
"game": "string",
"gameState": "string",
"gameStartTime": "string",
"gameEndTime": "string",
"amount": 0,
"currency": "string",
"payout": 0,
"playerId": "string",
"createdDate": 0,
"newBalance": 0,
"txId": "string"
}
]
}