curl --location 'https://api.kabonshare.com/api/posts' \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "string",
"title": "string",
"text": "string",
"platforms": [
"instagram",
"facebook"
],
"scheduledFor": "2019-08-24T14:15:22.123Z",
"hashtags": "string",
"mentions": "string",
"media": [
{
"fileId": "string",
"assetId": "string"
}
],
"platformSettings": {
"property1": {
"contentType": "string",
"privacyLevel": "string",
"madeForKids": true,
"categoryId": "string",
"threadItems": [
"string"
]
},
"property2": {
"contentType": "string",
"privacyLevel": "string",
"madeForKids": true,
"categoryId": "string",
"threadItems": [
"string"
]
}
}
}'{
"status": true,
"message": "string",
"data": {
"_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"
}
}