curl --location --request POST 'https://api.staging.indiconnect.in/idverification/gamex/verification' \
--header 'service-key: sk_test_a104394e867f5080' \
--header 'Authorization: x-api-access indc_test_9de5884fe214cd8a:ac_test_afcba9026f822a41' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "sagayanathan",
"mobile_no": "7775006555",
"document_type" : "mobile_to_address"
}'{
"status": "SUCCESS",
"message": "Data Fetched Successfuly",
"data": {
"full_name": "SAGAYANATHAN AMALNATHAN",
"full_name_split": [
"SAGAYANATHAN",
"",
"AMALNATHAN"
],
"address": {
"line_1": "",
"line_2": "",
"street_name": "",
"zip": "",
"city": "",
"state": "",
"country": "",
"full": ""
},
"email": null,
"phone_number": null,
"gender": "M",
"dob": "1969-12-06",
"input_dob": null,
"aadhaar_linked": true,
"dob_verified": false,
"dob_check": false,
"category": "person",
"less_info": false
},
"code": 200
}