pub async fn get_metrics( platform_id: i64, db_manager: &State<Arc<DatabaseManager>>, ) -> Result<Json<Value>, (Status, Json<Value>)>