pub async fn get_alert( platform_id: i64, id: i64, db_manager: &State<Arc<DatabaseManager>>, ) -> Result<Json<Value>, (Status, Json<Value>)>
Get details of a specific alert including related data