username:password
Authorization: Basic *****************
curl --location --request GET '/operator/report/verifyTransactions?clientId&startDate&endDate' \
--header 'Authorization: Basic Og=='
{
"errorCode": 0,
"error": "string",
"data": [
{
"playerId": "string",
"type": "string",
"amount": 0,
"currency": "string",
"newBalance": 0,
"createdDate": 0,
"txId": "string"
}
]
}