{
"success": true,
"message": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": {
"id": 1,
"title": "My tomatoes are turning yellow",
"content": "I've noticed my tomato plants have yellow leaves on the lower branches...",
"category": "help",
"tags": [
"tomatoes",
"yellow-leaves"
],
"imageUrl": "https://example.com/post.jpg",
"published": true,
"authorId": 1241,
"author": {
"id": 1241,
"userName": "plantlover42",
"firstName": "Ahmed",
"lastName": "Mohamed",
"avatarUrl": "https://example.com/avatars/1241.jpg"
},
"commentCount": 5,
"likesCount": 12,
"createdAt": "2026-06-29T17:30:00.000Z"
}
}