Authorization: Bearer ********************{
"success": true,
"message": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": [
{
"myPlantId": 1,
"type": "watering",
"title": "Water Monstera",
"plantName": "Monstera Deliciosa",
"dueDate": "2026-07-05T00:00:00.000Z",
"status": "overdue",
"completed": false,
"completedAt": null
}
]
}