Returns the current system timestamp in UTC formatted according to RFC 3339.
now() -> string
Returns the documented result for the function signature.
respond { status = 200 body = { status = "ok", received_at = now(), epoch = ctx.timestamp_epoch } }