curl --location --request POST 'https://demo.myshopify.com//admin/api//pages.json'
{
"page": {
"id": 1025371373,
"title": "Warranty information",
"shop_id": 548380009,
"handle": "warranty-information",
"body_html": "<h2>Warranty</h2>\n<p>Returns accepted if we receive items <strong>30 days after purchase</strong>.</p>",
"author": "Shopify API",
"created_at": "2023-01-03T12:23:38-05:00",
"updated_at": "2023-01-03T12:23:38-05:00",
"published_at": "2023-01-03T12:23:38-05:00",
"template_suffix": null,
"admin_graphql_api_id": "gid://shopify/OnlineStorePage/1025371373"
}
}