{
"playerId": "string",
"txId": "string",
"amount": 0,
"currency": "string"
}
curl --location --request POST '/operator/withdrawal?clientId' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerId": "string",
"txId": "string",
"amount": 0,
"currency": "string"
}'
{
"balance": 0
}