curl --location --request GET '185.252.233.246/api/posts?status&platform&sortBy&sortOrder&startDate&endDate&search&page&limit' \
--header 'X-API-Key: <api-key>'{
"posts": [
{
"_id": "string",
"title": "string",
"text": "string",
"platforms": [
"string"
],
"status": "draft",
"hashtags": "string",
"mentions": "string",
"scheduledFor": "2019-08-24T14:15:22.123Z",
"content": {
"media": [
{}
]
},
"platformResults": [
{}
],
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"totalPages": 0
},
"statusCounts": {}
}