curl --location 'http://122.160.87.36:9097/accordBackend/api/resendOTP' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailId": "naveen12@gmail.com",
"type": "LOGIN_OTP" // MPIN_OTP
}'{
"responseCode": 200,
"responseMsg": "Success"
}