curl --location -g --request POST 'https://stg.ws.zappy.com.br/baas/v1/account//withdraw' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "bank_account",
"reference": "REF-BANK-CNPJ-005",
"destination": {
"name": "Empresa ABC Ltda",
"tax_number": "12345678000190"
},
"bank_account": {
"type": "current",
"bank_number": "341",
"bank_branch": "1111",
"bank_account": "999999",
"bank_account_digit": "9"
},
"description": "B2B payment to company",
"date": "2025-01-10",
"value": 15000.00
}'