POST /api/run-simulation

Starts a new simulation run in the background.

Request Body

The request body should be a JSON object containing the full simulation parameters. See the FullSimulationParameters model in the backend code for the exact structure.

Response

Returns a JSON object with a message indicating that the simulation has started.

{ "message": "Simulation started in background" }