curl --location -g --request POST '{{mock_op_host}}/transfer/deposit' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "string",
"playerId": "string",
"playerName": "string",
"currencyCode": "string",
"requestId": "string",
"transferId": "string",
"amount": 0,
"providerId": "string",
"ip": "string",
"gameFusionApi": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}