async fn list_consumers(__arg0: State<Arc<SharedState>>) -> impl IntoResponseExpand description
GET /api/consumers — returns all declared consumers as a JSON array.
Note: responses include credentials verbatim — the admin API is the management plane and is Basic-Auth protected.