REST Service Custom Controller not working

I’m trying to invoke a controller but I get an error message:
image

Before invoking this method, I executed the login call and was correctly authenticated.
image

Also, I registered the controller in the application.properties file:
image

Here’s my controller:
image

Would you know why I’m getting this error message?
Thanks.

Do you pass the "Authorization: Bearer <access_token>" header in the request?