curl --location 'https://app.mgpanel.co/api/website/pages/about' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"page": {
"page_id": "68100aae68cde71cc5bcc3d2",
"name": "About",
"title": "Sobre Nosotros",
"url": "about",
"description": "Quiénes somos",
"directory": "",
"status": 1,
"is_home": false,
"is_protected": false,
"modified_at": "2025-04-27T14:00:00.000Z",
"sections": [
{
"section_code": "A7K2",
"name": "Sección A7K2",
"html": "<h1>Hola</h1>",
"css": "",
"javascript": "",
"langs": [],
"status": 1,
"is_dynamic": false,
"order": 0
}
]
}
}