Make OpenAPI validation not fail on unexpected params
While OpenAPI validation failing on unexpected params is handy during development, it creates problems in production. There has been cases where an optional param was added to Pleroma-FE that wasn't in the stable backend yet, because both develop and stable ship the same frontend. There is also a concern that mastodon might add some optional parameter and apps start using it, which will immediately render them incompatible with us