I want to be able to choose the HTTP method (GET or POST) for webhooks. This is important because some services like QLC+ only accept GET requests for their API endpoints, and currently, I get a 404 error because ConnectedRoom sends a POST by default.