Kong ingress with different plugins for HTTP method on same path

We’re using a kong ingress in an AWS EKS environment and we’d need an ingress where the applied kong plugin is different based on the HTTP method. E.g. when doing a POST request to /path/to/api it would need the jwt plugin, but when doing a GET request to the same path /path/to/api it would not need the jwt plugin.

We’ve tried a number of different configurations with annotations and others but nothing seems to be working on that level. Has anyone implemented something like this before and can share?