curl --request POST \
--url https://api.example.com/api/v1/projects/{project_id}/posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Content": "<string>",
"Media": "<string>",
"TemplateId": "<string>",
"PromptId": "<string>",
"ScheduleDate": "2023-11-07T05:31:56Z",
"Timezone": "<string>",
"Platforms": [
"INSTAGRAM",
"FACEBOOK",
"LINKEDIN",
"X",
"YOUTUBE",
"TIKTOK",
"PINTEREST",
"REDDIT",
"TELEGRAM",
"THREADS"
],
"Status": "DRAFT"
}
'