pub async fn report_handler(
__arg0: State<Arc<SignalsState>>,
auth: Option<Extension<AuthContext>>,
headers: HeaderMap,
__arg3: Json<DiagnosticReport>,
) -> impl IntoResponseExpand description
POST /signal/report – diagnostic error reports.