I have a api generated out of a DMN with Kogito and Quarkus. This works good. I find a lot of examples on how to use JWT tokens or basic auth for security (apiKey). But I'm missing how to do a API Token, perhaps as a header that allows me to do basic server-to-server Authentication.
How do I do that?
Thanks