If a user signs into idealo.de and tried to check the price alerts with filtering turned on, an error 422 gets returned.
This is because idealo.de tries preform a get call to https://www.idealo.de/v2/price-alerts?priceAlertUserId=<userId>&siteId=1, but filtering removes the siteId, which is a required parameter.