curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/system/operatorWallet/operatorBalanceTransfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceId": "string",
"targetId": "string",
"amount": 0,
"currencyCode": "string",
"remark": "string",
"googleCode": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}