curl --location --request GET 'https://demo.myshopify.com//admin/api//blogs/.json'
{
"blog": {
"id": 241253187,
"handle": "apple-blog",
"title": "Mah Blog",
"updated_at": "2006-02-01T19:00:00-05:00",
"commentable": "no",
"feedburner": null,
"feedburner_location": null,
"created_at": "2023-01-05T19:56:47-05:00",
"template_suffix": null,
"tags": "Announcing, Mystery",
"admin_graphql_api_id": "gid://shopify/OnlineStoreBlog/241253187"
}
}