curl --request POST \
--url https://app.gomangrove.com/api/v1/models/{model_id}/simulate \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": {
"feedstock-volume": 1000,
"carbon-content": 0.45
},
"start_time": "2025-01-01T00:00:00Z",
"end_time": "2025-03-31T23:59:59Z"
}
'