curl --location --request GET '/v1/withdrawals/' \
--header 'X-Api-Key: {{apiKey}}' \
--header 'X-Api-Secret: {{apiSecret}}' \
--header 'Content-Type: application/json'{
"data": {
"id": "01KB1E030N2HY3Y5SFFZH9ZR8N",
"type": "withdraw",
"amount": 149.9,
"feeAmount": 3.75,
"totalAmount": 153.64,
"method": "pix",
"status": "pending",
"customer": {
"id": "01JH7M4G9TK5WQX6B2VZ9FQ8RC",
"name": "João Henrique Duarte",
"email": "joao.duarte@example.com",
"phone": "+5511988881234",
"document": "12345678900"
},
"pixKey": "12345678900",
"metadata": {},
"reference": "a4e8a7c1-32e1-405b-9c9a-5ab1f8a2e1dd",
"createdAt": "2025-11-27T01:14:14.453Z",
"updatedAt": "2025-11-27T01:14:14.453Z"
},
"success": true
}