Make Webhooks node use POST by default instead of GET

The idea is:

Currently if you add a webhook node, it has GET set as default, but webhooks usually are done via POST.

I was debugging a workflow that I just couldn’t get working. Turns out I forget to change that.