username:password
Authorization: Basic *****************
curl --location -g --request GET '/operator/betAmountSinceLastDeposit?clientId={{clientid}}&playerId={{playerid}}' \
--header 'Accept: application/json' \
--header 'Authorization: Basic Og=='
{
"amount": 1994.43
}