Springboot security with auth0 api unauthorize(401) Error

Hi guys, I’m just a new learning from springboot. I have a problem with springboot security call api end point " http://localhost:7000/api/menu/items" with 401 unauthorize error. I did the following guideline from step to step of “Spring Boot Authorization Tutorial: Secure an API (Java)”.Even though I have successfully login to “https://dashboard.whatabyte.app/” but menu api does not work.It say 401 error. Can anyone facing issue like that? If you have such an issue like that please let me know what is wrong with this.btw My springboot application is using maven dependency.