{
"requestId": "PAYOUT20250828150000812",
"currency": "BRL",
"amount": 360,
"accountNumber": "pixkey1234556"
}curl --location --request POST '/v1/virtual-account/order/payout' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "PAYOUT20250828150000812",
"currency": "BRL",
"amount": 360,
"accountNumber": "pixkey1234556"
}'{
"status": 0,
"message": "string",
"data": {
"requestId": "string",
"orderId": "string",
"status": "string"
},
"traceId": "string"
}