curl --location --request PUT 'http://localhost:3000/user/set-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "newPassword": "test123456"
}'{
    "success": true,
    "message": "User password updated successfully"
}