In order to achieve parity between the different versions, I want to bring operations into master behind a beta feature flag: ```csharp services.AddJsonApi(opt => { opt.EnableOperations = true; // ... }); ```