curl --location --request GET 'https://openapi.postly.ai/v1/posts?workspaceId&skip' \
--header 'X-API-KEY: <api-key>'[
{
"_id": "string",
"text": "string",
"media": [
{
"url": "string",
"type": "string"
}
],
"one_off_schedule": {
"one_off_date": "string",
"time": "string",
"timezone": "string"
},
"recurring_schedule": {
"expression": "string",
"start_date": "string",
"end_date": "string",
"time": "string",
"timezone": "string",
"week_days": {
"num": "string",
"value": true
},
"day_of_month": 0,
"rate_value": 0,
"rate_unit": "string"
},
"created_at": "string",
"updated_at": "string"
}
]