curl --location '/feed/posts'{
"status": "string",
"statusCode": 0,
"message": "string",
"data": {
"posts": [
{
"_id": "string",
"user": {
"_id": "string",
"first_name": "string",
"last_name": "string",
"info": {
"avatar": "string"
}
},
"content": "string",
"type": "string",
"category": "string",
"likes": [
null
],
"comments": [
null
],
"createdAt": "string",
"updatedAt": "string",
"__v": 0
}
]
}
}