Fix for Ghost Admin API posts created with empty content when using HTML. Use when:
(1) Ghost posts are created successfully but have no body content, (2) HTML field is
sent in POST request but post appears empty, (3) title appears but html/body is blank,
(4) implementing Ghost Admin API integration with HTML content. The fix is to use
source=html as a QUERY PARAMETER, not in the JSON request body.