Removes a prefix from the start of a string if present.
trim_prefix(str: string, prefix: string) -> string
Returns the documented result for the function signature.
args = { token = trim_prefix(ctx.request.headers.authorization, "Bearer ") }