curl --location --request POST '185.252.233.246/api/posts' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"text": "string",
"platforms": [
"instagram"
],
"workspaceId": "string",
"scheduledFor": "2019-08-24T14:15:22.123Z",
"hashtags": "string",
"mentions": "string",
"location": "string",
"contentType": "post",
"coverPhotoTimestamp": 0,
"coverPhotoUrl": "string",
"coverPhotoFileId": "string",
"assetIds": [
"string"
],
"fileIds": [
"string"
],
"saveToLibrary": true,
"platformSettings": {}
}'{
"post": {
"_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"
}
}