Unlock this challenge:
What is the correct way to define wildcards for routes?
@Route("/user/{username}")
@Route("/user/*.")
@Route("/user/<username>")
@Route("/user/(username)")