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