Is there a way to suppress the "jti" claim in the access token?

I am trying to authorize access to a resource server that does not allow reuse of tokens that have “jti” claims. We have no way to change this behavior. It is impractical request a new token for each call to the API.

Is there a way to suppress or remove the “jti” claim in the access token issued by Keycloak?