Process that handles dispatching templates and runs expiry tasks as needed
- All types used by the HTTP API must either be in
src/api/types.rs
orsrc/events
. They must also be annotated with#[derive(utoipa::ToSchema)]
to ensure they are documented in the OpenAPI spec.