{
"currencyAccountId": "string",
"amount": 0,
"receiveInfo": {
"ipsb": "string",
"bankNumber": "string",
"accountKind": "string",
"userName": "string"
},
"note": "string",
"transactionId": "string"
}curl --location --request POST 'https://wallet-agency-api.viatechbank.com.br/open/trade/v1/createWithdrawal' \
--header 'X-Agency-ID: 91dfdbe8-995b-4402-8fc8-7e4f57de9d99' \
--header 'X-Timestamp;' \
--header 'X-Signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"currencyAccountId": "string",
"amount": 0,
"receiveInfo": {
"ipsb": "string",
"bankNumber": "string",
"accountKind": "string",
"userName": "string"
},
"note": "string",
"transactionId": "string"
}'{}