username:passwordAuthorization: Basic *****************{
"playerId": "ac53fdg",
"txId": "dc4adb70-e029-460a-8681-be72e720f64f",
"amount": 100.4,
"currency": "USD"
}curl --location --request POST '/operator/deposit?clientId=' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerId": "ac53fdg",
"txId": "dc4adb70-e029-460a-8681-be72e720f64f",
"amount": 100.4,
"currency": "USD"
}'{
"balance": 994.43
}