I have writing a server with ktor and I this route:
get("/example/{id}") { ... }
and I need to access the id paramete
id