What POST /withdraw returns: the withdrawal id, the blockchain address to fund, the amount to send to it, and the amount that reaches the Pix key once fees are deducted.
{
"withdrawalId": "string",
"depositAddress": "string",
"depositAmountInCents": 0,
"payoutAmountInCents": 0
}