Update an existing post
UsePATCH /v1/posts/{postId} to update an existing post and return the updated post object.
Create a new post
Notra does not currently expose a directPOST /v1/posts endpoint for manually creating a post with arbitrary fields such as author.
If you want Notra to create content for you, use POST /v1/posts/generate instead.