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": "pix",
"reference": "REF-PIX-CPF-001",
"destination": {
"name": "Fernanda Oliveira",
"tax_number": "12345678901"
},
"pix": {
"type": "SocialSecurity",
"key": "12345678901"
},
"description": "PIX payment using CPF key",
"date": "2025-01-02",
"value": 250.00
}'{}