Unlock this challenge:
What is the purpose of adding curly braces and a name inside a route definition in Symfony?
To create a wildcard route
To specify a route parameter's type
To restrict route access based on user roles
To define a placeholder for dynamic URL segments