I follow this sample to create my app (
https://sandor-nemeth.github.io/java/spring/2017/06/15/spring-boot-with-k...)
, this works fine. but now I have 2 doubt
1 - How can I from my api create user in keycloak?
2 - With the token how can I get the user's info?
tks