curl --location 'https://api.kabonshare.com/api/posts?workspaceId=undefined&page=undefined&limit=undefined&status=undefined&platform=undefined&sort=undefined&startDate=undefined&endDate=undefined'{
"status": true,
"message": "string",
"data": {
"posts": [
{
"_id": "string",
"title": "string",
"text": "string",
"platforms": [
"string"
],
"status": "draft",
"hashtags": "string",
"mentions": "string",
"scheduledFor": "2019-08-24T14:15:22.123Z",
"platformPosts": [
{
"platform": "string",
"status": "pending",
"publishedUrl": "string",
"error": "string",
"publishedAt": "2019-08-24T14:15:22.123Z"
}
],
"workspaceId": "string",
"platformSettings": {
"property1": {
"contentType": "string",
"privacyLevel": "string",
"threadItems": [
"string"
],
"madeForKids": true,
"categoryId": "string"
},
"property2": {
"contentType": "string",
"privacyLevel": "string",
"threadItems": [
"string"
],
"madeForKids": true,
"categoryId": "string"
}
},
"content": {
"media": [
{}
]
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"pages": 0
}
}
}