Converts all characters in a string to uppercase.
upper(str: string) -> string
Returns the documented result for the function signature.
body = { country = upper(ctx.request.query.country) }