draft state. Validates connected accounts, consumes 1 credit, and queues delivery.posts:approve scope / workspace ownership. If the workspace requires approval and the caller is a regular member, use POST /api/posts/{postId}/submit instead.curl --location 'https://api.kabonshare.com/api/posts//publish' \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "string"
}'{
"status": true,
"message": "string",
"data": {
"id": "string",
"status": "string",
"scheduledFor": "2019-08-24T14:15:22.123Z"
}
}