curl --location --request GET 'https://demo.myshopify.com//admin/api//blogs//articles/.json'{
    "article": {
        "id": 134645308,
        "title": "get on the train now",
        "created_at": "2008-07-31T20:00:00-04:00",
        "body_html": "<p>Do <em>you</em> have an <strong>IPod</strong> yet?</p>",
        "blog_id": 241253187,
        "author": "Dennis",
        "user_id": 548380009,
        "published_at": "2008-07-31T20:00:00-04:00",
        "updated_at": "2008-07-31T20:00:00-04:00",
        "summary_html": null,
        "template_suffix": null,
        "handle": "get-on-the-train-now",
        "tags": "Announcing",
        "admin_graphql_api_id": "gid://shopify/OnlineStoreArticle/134645308",
        "image": {
            "created_at": "2023-01-03T12:21:36-05:00",
            "alt": "iMac",
            "width": 123,
            "height": 456,
            "src": "https://cdn.shopify.com/s/files/1/0005/4838/0009/articles/imac.jpg?v=1672766496"
        }
    }
}