curl --location --request POST 'https://api.staging.indiconnect.in/idverification/telecom/verify-otp' \
--header 'service-key: sk_test_a104394e867f5080' \
--header 'Authorization: x-api-access indc_test_9de5884fe214cd8a:ac_test_afcba9026f822a41' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "telecom_vsswlzyjGmdarFduThsD",
"otp": "3456"
}'{
"status": "SUCCESS",
"message": "Data Fetched",
"data": {
"client_id": "telecom_RmOekihVRCVTrioYrgfa",
"mobile_number": "9999999999",
"address": "00,Post Baburban,Delhi,110065",
"city": "Delhi",
"state": "Delhi",
"pin_code": "110064",
"full_name": "Dummy Name",
"dob": "000000000000",
"parsed_dob": "19970-01-10",
"user_email": "XXXXXXXXX@gmail.com",
"operator": "airtel",
"billing_type": "prepaid",
"alternate_phone": null,
"is_enterprise": false,
"extra_fields": null
},
"code": 200
}