{
"success": true,
"message": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": {
"id": 1,
"name": "Leaf Spot",
"otherNames": [
"Leaf spot disease"
],
"type": [
"Fungal/Bacterial"
],
"causes": [
"High humidity",
"poor air circulation",
"overhead watering"
],
"symptoms": [
"Brown or black spots on leaves",
"yellow halos around spots"
],
"treatment": {
"chemicalControl": [
"Apply copper-based fungicide"
],
"culturalControl": [
"Improve air circulation",
"Remove affected foliage"
],
"organicBiologicalControl": [
"Neem oil application",
"Baking soda solution"
]
},
"description": "Common foliar disease causing circular lesions on plant leaves.",
"imageUrl": null
}
}