curl --location --request PUT 'https://demo.myshopify.com//admin/api//blogs/.json'
{
"blog": {
"title": "Mah Blog",
"handle": "apple-blog",
"id": 241253187,
"updated_at": "2023-01-05T20:18:56-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"
}
}