pub async fn get_command( app_state: Data<AppState>, path: Path<(String, String)>, ) -> Result<HttpResponse, AppError>
Retrieves a specific command by type and ID.