curl --request POST \
--url https://api.pagou.ai/pix/v1/payment/withdraw \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--data '
{
"type": "PIX",
"value": 1,
"details": {
"key": "<string>",
"keyType": "SOCIAL_NUMBER",
"name": "<string>",
"document": "<string>"
},
"externalId": "<string>"
}
'