curl --location 'http://122.160.87.36:9097/accordBackend/api/mpin/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailId": "naveen1@gmail.com",
"deviceId": "40d58845ae6e1b73",
"mPin": "1234",
"confirmMPin": "123456"
}'{
"responseCode" : 200,
"responseMsg" : "Success"
}