pub async fn toc_callback(
__arg0: State<Arc<ProxyState>>,
__arg1: Json<TocCallbackRequest>,
) -> impl IntoResponseExpand description
TOC callback endpoint - receives verification results from external systems
POST /_mpl/toc/callback Body: { “callback_id”: “…”, “verified”: true/false, “details”: “…” }