pub async fn chat_inbound(
__arg0: State<Arc<AppState>>,
__arg1: Path<String>,
headers: HeaderMap,
__arg3: Json<ChatRequest>,
) -> Result<impl IntoResponse, AppError>Expand description
POST /api/v1/chat/{credential_id} Generic adapter inbound - fire and forget