pub async fn report_submit_handler( __arg0: State<Arc<AppState>>, __arg1: Form<ReportForm>, ) -> Result<Html<String>, AppError>
POST /report - accept a form report submission and confirm with HTML.