curl --location --request POST 'https://api.staging.indiconnect.in/indicollect/upi/validateVPA' \
--header 'Authorization: x-api-access indc_test_9b196b6891e11cc5:ac_test_a1116cf369924c20' \
--header 'service-key: sk_test_b87634b063c64aea' \
--header 'providercode: JFS00123' \
--header 'Content-Type: application/json' \
--data-raw '{
"vpa":"indiconnect99@janabank"
}'{
"code": 200,
"status": "SUCCESS",
"message": "Response fetched successfully",
"data": {
"is_verified": true,
"customer_name": "SAJJAN D CHOUDHARI",
"account_type": ""
}
}