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.rsorsrc/events. They must also be annotated with#[derive(utoipa::ToSchema)]to ensure they are documented in the OpenAPI spec.