visibility, and the optional visibility query param narrows the list to a single one.core.session_token: ********************Authorization: Bearer ********************curl --location '/posts/feed?page=&limit=&search=&category=&tag=&visibility='{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"slug": "string",
"title": "string",
"excerpt": "string",
"coverImageUrl": "string",
"pinned": true,
"publishedAt": "2019-08-24T14:15:22.123Z",
"category": {
"id": "string",
"slug": "string",
"name": "string"
},
"tags": [
{
"id": "string",
"slug": "string",
"name": "string"
}
],
"visibility": "PUBLIC"
}
]
}