curl --location '/auth/reset-password' \
--header 'Content-Type: application/json' \
--data '{
"token": "0f9d1b3f28810a4f6e2559dcf93caa4950f020c1d2a4b6409c4f9fd4eea0d88f",
"newPassword": "elga12345"
}'{
"message": "Password successfully changed. Please login using your new password."
}