curl --location 'https://api.kabonshare.com/api/posts//versions?workspaceId='{
"status": true,
"message": "string",
"data": {
"versions": [
{
"version": 0,
"snapshot": {
"title": "string",
"text": "string",
"hashtags": [
"string"
],
"platforms": [
"string"
],
"media": [
{
"type": "string",
"url": "string",
"mimeType": "string"
}
],
"scheduledFor": "2019-08-24T14:15:22.123Z",
"platformOverrides": {
"property1": {
"text": "string",
"title": "string",
"hashtags": [
"string"
],
"mediaCount": 0
},
"property2": {
"text": "string",
"title": "string",
"hashtags": [
"string"
],
"mediaCount": 0
}
}
},
"submittedBy": {
"id": "string",
"name": "string",
"email": "string"
},
"submittedAt": "2019-08-24T14:15:22.123Z",
"note": "string"
}
]
}
}