Creates one or more scheduled posts using per-account overrides only.
Each item in the request body creates one scheduled post for a single
connected publishing account. Items may target different projects.
The account’s platform is derived from accountId.
Each item must provide an idempotencyKey. Reusing the same
idempotencyKey for the same API key replays the original result for
that item.
Results are returned in the same order as the input array.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1Client-provided item idempotency key.
1Project identifier.
Connected publishing account identifier.
UTC time when this account post should be published.
Media identifiers previously created via the external media upload flow.
Batch post creation results.
Results in the same order as the request items.