pub async fn get_cost_projection( platform_id: i64, id: i64, db_manager: &State<Arc<DatabaseManager>>, ) -> Result<Json<CostProjection>, (Status, Json<Value>)>
Get a specific cost projection by ID.