curl --location --request POST 'https://api.staging.indiconnect.in/openPayout/addBeneficiaryVPA' \
--header 'Authorization: x-api-access indc_test_89d225d87236751c:ac_test_a90f5ea940a33dc8' \
--header 'service-key: sk_test_a186fbdbe7f8a269' \
--header 'Content-Type: application/json' \
--data-raw '{
"beneficiaryType": "vpa",
"accountHolderName": "Ruturaj S",
"phone": "9823676523",
"email": "ruturajs1009@gmail.com",
"vpa": "ruturajsingare@axl"
}'{
"status": "SUCCESS",
"message": "Beneficiary VPA added.",
"data": {
"vpa": "ruturajsingare@axl",
"beneficiaryType": "vpa",
"createdAt": 1706796565022,
"email": "ruturajs1009@gmail.com",
"name": "Ruturaj S",
"beneficiaryBankAccountId": "BA_2367927627",
"virtualWalletId": "VW_3890201768",
"bankName": null,
"beneficiaryStatus": "active"
},
"code": 200
}