curl --location --request POST 'https://api.finzep.com/api/mobile-to-name' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginID": 5,
"token": "<TOKEN>",
"apiRequestId": "REQUEST1234",
"spKey": "<SPKEY>",
"data": {
"Mobile": "9305553595",
"name": "Hari PRASAD"
}
}'{
"transactionID": "S25052124483807EF3",
"data": {
"mobile_linked_name": "Subhendu Dalai",
"name_match": "true",
"name_match_score": "80.0"
},
"statuscode": 1,
"msg": "Successful",
"errorCode": 200
}