curl --location --request POST 'https://demo.myshopify.com//admin/api//blogs//articles.json'{
    "article": {
        "id": 1051293785,
        "title": "My new Article title",
        "created_at": "2023-01-03T12:47:34-05:00",
        "body_html": "<h1>I like articles</h1>\n<p><strong>Yea</strong>, I like posting them through <span class=\"caps\">REST</span>.</p>",
        "blog_id": 241253187,
        "author": "John Smith",
        "user_id": 548380009,
        "published_at": "2011-03-24T11:45:47-04:00",
        "updated_at": "2023-01-03T12:47:34-05:00",
        "summary_html": null,
        "template_suffix": null,
        "handle": "my-new-article-title",
        "tags": "Has Been Tagged, This Post",
        "admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/1051293785"
    }
}