username:passwordAuthorization: Basic *****************curl --location '/operator/report/verifyTransactions?clientId=undefined&startDate=undefined&endDate=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"errorCode": 0,
"error": "string",
"data": [
{
"playerId": "string",
"type": "string",
"amount": 0,
"currency": "string",
"newBalance": 0,
"createdDate": 0,
"txId": "string"
}
]
}