pub async fn create_cost_projection(
platform_id: i64,
request: Json<CreateCostProjectionRequest>,
db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<CostProjection>, (Status, Json<Value>)>
Expand description
Create a new cost projection.