List posts
GET /posts returns your posts. Optionally filter with ?status= (for example
scheduled or draft).
Response
Create a post
POST /posts creates a draft or scheduled post.
Returns the created post with
201 Created. Invalid channel ids or an empty
body return 400.
Cancel a post
POST /posts/{id}/cancel reverts a scheduled post to a draft.