What is the best way to create a service user?
The other options seems to be to create webhook tokens for each function that the tests will call. This gives the tightest security, but it appears that the calls will authenticate as the admin user that created the tokens?
Are there other options that we're missing?