{
"email": "john.doe@example.com",
"otp": 5766,
"password": "NewPassw0rd"
}curl --location --globoff 'https://api.enviablelogistics.com/auth/forgot-password/reset' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@example.com",
"otp": 5766,
"password": "NewPassw0rd"
}'{"message":"Password reset successfully."}