Initialize the simulation
Initializes the simulation with a start time and warmup period.
put/initialize/{testid}
Request body
Response
Successful response indicating the simulation was initialized.
Example response
{
"message": "Simulation initialized successfully.",
"status": 200
}