{
"note": "string",
"transactionId": "string",
"list": [
{
"currencyAccountId": "string",
"amount": 0,
"receiveInfo": {
"ipsb": "string",
"bankNumber": "string",
"accountKind": "string",
"userName": "string"
}
}
]
}curl --location --request POST 'https://wallet-agency-api.viatechbank.com.br/open/trade/v1/createMerchantWithdrawal' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "string",
"transactionId": "string",
"list": [
{
"currencyAccountId": "string",
"amount": 0,
"receiveInfo": {
"ipsb": "string",
"bankNumber": "string",
"accountKind": "string",
"userName": "string"
}
}
]
}'{}