Converts all characters in a string to lowercase.
lower(str: string) -> string
Returns the documented result for the function signature.
key = "user:${lower(ctx.request.path.username)}"