Create post OAuth Scope: posts:write
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
The structured content blocks that make up the post. Either this field OR the body_content field must be provided.
The status of the post. If not provided, the default (confirmed) value will be used and the post will either publish immediately (if no scheduled_at is provided) or at the scheduled_at time.
The time in which the post will be published. If not provided, the post will be published immediately unless status is set to draft. A draft post cannot be scheduled.
If you wish to display a date other than the scheduled_at date in the email, you can provide a date here. This will not affect the actual publish date of the post.