HttpRequest Node - Allow to deactivate pagination or param attributes instead of delete

The idea is:

In some cases i have to test params or pagination attributes with expressions. If i want to quickly debug an http request without a certain param, i can only delete the param, but not temporarily deactivate it to be ignored. It should be possible to deactivate them when added with simply having a checkbox to untick, similar to Postman header or param section.

My use case:

I have to test some dynamic param for pagination and build an expression, i had to test the request with and without this offset param, but i couldn’t test more comfortable because i had to delete and recreate the param when i needed it.

I think it would be beneficial to add this because:

It will help to quickly test nodes by enable or disable params if already added if certain params like header, query param or any other param in general which is not required to be activate and deactivate by checkbox if added.

Any resources to support this?

Are you willing to work on this?