curl --location 'https://v1.pagintermediacao.com/api/v1/withdraw' \
--header 'X-Public-Key;' \
--header 'X-Private-Key;' \
--header 'Content-Type: application/json' \
--data '{
"amount": 50000,
"pix_key_type": "cpf",
"pix_key": "12345678909",
"description": "Saque para conta pessoal",
"postback_url": "https://meusite.com/webhooks/pix"
}'{
"id": "e5f6a1b2-c3d4-7890-efgh-4567890abcde",
"e2e": null,
"gross_amount_cents": 50000,
"net_amount_cents": 49000,
"platform_fee_cents": 1000,
"pix_key_type": "cpf",
"pix_key": "***3456",
"status": "pending",
"created_at": "2026-06-30T11:00:00Z"
}