curl --location 'https://app.mgpanel.co/api/website/pages' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"pages": [
{
"page_id": "68100aae68cde71cc5bcc3d2",
"name": "Blog",
"title": "Mi Blog",
"url": "blog",
"description": "",
"directory": "",
"status": 1,
"is_home": false,
"is_protected": true,
"section_count": 3,
"modified_at": "2025-04-27T14:00:00.000Z"
}
],
"total": 1
}