curl --location --request POST 'https://api.staging.indiconnect.in/upi/validate-vpa' \
--header 'Authorization: x-api-access indc_test_bc68634d3da46c65:ac_test_994e9e5fd8240467' \
--header 'service-key: sk_test_8393b801f6ec4fba' \
--header 'Content-Type: application/json' \
--data-raw '{
"vpa": "ruturajsingare@axl"
}'{
"status": "SUCCESS",
"message": "VPA validated successfully",
"data": {
"isVerified": true,
"customerName": "RUTURAJ GULABRAO SINGARE",
"accountType": "SAVINGS"
},
"code": 200
}