curl -X POST https://api-eu.sulpayments.ch/v1/payout/transfer \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-d '{
"partner_code": "TED-001",
"kind": "personal",
"first_name": "Jane",
"last_name": "Doe",
"document": "12345678909",
"bank_code": "001",
"agency": "1234",
"account": "567890",
"account_type": "checking",
"email": "jane@example.com",
"phone": "+5511999999999",
"value": 5000.00,
"fee_payer": "merchant",
"notification_url": "https://yourapp.com/webhooks/payout"
}'