curl --location --request PUT 'https://demo.myshopify.com//admin/api//pages/.json'{
    "page": {
        "shop_id": 548380009,
        "title": "Terms of Services",
        "handle": "tos",
        "body_html": "<p>We make <strong>perfect</strong> stuff, we don't need a warranty.</p>",
        "id": 131092082,
        "author": "Dennis",
        "created_at": "2008-07-15T20:00:00-04:00",
        "updated_at": "2023-01-03T12:23:26-05:00",
        "published_at": "2008-07-15T20:00:00-04:00",
        "template_suffix": null,
        "admin_graphql_api_id": "gid://shopify/OnlineStorePage/131092082"
    }
}