curl --location 'https://app.mgpanel.co/api/website/site' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"site": {
"head": "<meta name=\"description\" content=\"...\">",
"body_start": "",
"body_end": "",
"favicon": "/img/favicon.png",
"css": "/* main.css */\\n:root{--brand:#000}",
"javascript": "// main.js\\nconsole.log('ready')"
},
"modified_at": "2025-04-27T14:00:00.000Z",
"has_changes": true
}