curl --request PUT \
--url https://api.pocketsflow.com/newsletters/posts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"content": "<string>",
"excerpt": "<string>",
"coverImage": "<string>",
"tags": [
"<string>"
],
"status": "draft"
}
'