curl --location --request POST 'https://api.finzep.com/api/dmt/verify-without-penny' \
--header 'Content-Type: application/json' \
--data-raw '{
"LoginID": "1",
"Token": "6dd4cxcde211a6c83dddc46",
"SPKey": "",
"APIRequestID": 12345678,
"OutletID": "1234",
"Data": {
"SenderMobile": "9876543210",
"Lattitude": 21.93172,
"Longitude": 73.5633,
"BeneId": null,
"BeneName": "",
"BankId": "308",
"BankName": "INDIA POST PAYMENTS BANK",
"AccountNo": "561502XXXX",
"Ifsc": "IPOS000XXXX",
"Pincode": null,
"Address": null,
"Dob": null,
"RefferenceID": null
}
}'