schedule_time is provided, the post will be scheduled. Otherwise it will be posted immediately.curl --location --request POST 'https://api.zebracat.ai/v1/scheduling/posts' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"platforms": [
"instagram"
],
"video_url": "http://example.com",
"caption": "string",
"title": "string",
"description": "string",
"hashtags": [
"string"
],
"schedule_time": "2019-08-24T14:15:22.123Z",
"project_id": 0
}'{
"results": [
{
"platform": "string",
"success": true,
"post_id": "string",
"url": "http://example.com",
"error": "string"
}
],
"success_count": 0,
"failure_count": 0
}