GET
/plant-data-by-day
curl \
--request GET 'http://localhost:8000/plant-data-by-day'
Response examples (200)
[
{
"day": "string",
"daily_total": 42,
"cumulative_total": 42
}
]
curl \
--request GET 'http://localhost:8000/plant-data-by-day'
[
{
"day": "string",
"daily_total": 42,
"cumulative_total": 42
}
]