curl --location -g --request POST 'http:///V1/cmsPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"active": true,
"content": "string",
"content_heading": "string",
"creation_time": "string",
"custom_layout_update_xml": "string",
"custom_root_template": "string",
"custom_theme": "string",
"custom_theme_from": "string",
"custom_theme_to": "string",
"id": 0,
"identifier": "string",
"layout_update_xml": "string",
"meta_description": "string",
"meta_keywords": "string",
"meta_title": "string",
"page_layout": "string",
"sort_order": "string",
"title": "string",
"update_time": "string"
}
}'
{
"active": true,
"content": "string",
"content_heading": "string",
"creation_time": "string",
"custom_layout_update_xml": "string",
"custom_root_template": "string",
"custom_theme": "string",
"custom_theme_from": "string",
"custom_theme_to": "string",
"id": 0,
"identifier": "string",
"layout_update_xml": "string",
"meta_description": "string",
"meta_keywords": "string",
"meta_title": "string",
"page_layout": "string",
"sort_order": "string",
"title": "string",
"update_time": "string"
}