Hi i have a question, do you think these mappings are properly defined for maturity level?
I have a controller with authentication to create Clients.
/api/v1/auth:
register:
@PostMapping("/register") + request body
login:
@PostMapping("/login") + headery
email-verify (after registration to get authorized):
@GetMapping("/verify/{token}") + path variable
Maybe these mappings should be in client controller too?