Hi team, when I make a request I receive the below error but I configured the plugin correctly as per the documentation:

Do you have any idea why this is happening?
I am using the latest Grahpql version and the latest JWT auth version as well. I added in my function the below code:
add_filter( 'graphql_jwt_auth_secret_key', function() { return env("AUTH_KEY"); });
And populated the AUTH_KEY from https://api.wordpress.org/secret-key/1.1/salt/
In the headers I am sending the token as per the documentation:

Hi team, when I make a request I receive the below error but I configured the plugin correctly as per the documentation:
Do you have any idea why this is happening?
I am using the latest Grahpql version and the latest JWT auth version as well. I added in my function the below code:
add_filter( 'graphql_jwt_auth_secret_key', function() { return env("AUTH_KEY"); });And populated the
AUTH_KEYfrom https://api.wordpress.org/secret-key/1.1/salt/In the headers I am sending the token as per the documentation: