curl --location --request POST 'https://api.staging.indiconnect.in/idverification/telecom/send-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 '{
"id_number": "9156282848",
"document_type" : "telecom_verification"
}'{
"status": "SUCCESS",
"message": "OTP Sent Successfuly",
"data": {
"client_id": "telecom_vsswlzyjGmdarFduThsD",
"operator": "airtel",
"otp_sent": true,
"if_number": true
},
"code": 200
}