{
"otp" : 1234567,
"password": "12345678"
}curl --location --request POST 'https://nuvantim.strangled.net/api-store/update/password' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp" : 1234567,
"password": "12345678"
}'{}