/api/v1/postsPOSTdata.<PLATFORM> (text, media upload IDs, and
platform-specific options).status: "SCHEDULED" publishes at postDate — pass the
current time to publish immediately.status: "DRAFT" saves without publishing.application/jsonrequiredcurl -X POST "https://akarso.co/api/v1/posts" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "title": "string", "referenceKey": "string", "postDate": "string", "status": "DRAFT", "socialAccountTypes": [ "TIKTOK" ], "data": {} }'