Concatenates elements in a list of strings using a separator.
separator
join(separator: string, list: list(string)) -> string
Returns the documented result for the function signature.
respond { status = 200, body = { key = join(":", ["GET", ctx.request.path.id, "COMPLETED"]) } }