curl --location --request PUT 'https://app.mgpanel.co/api/website/pages/about/sections/A7K2' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"html": "<section class=\"hero\"><h1>Sobre Nosotros</h1></section>",
"css": ".hero { padding: 60px; text-align: center; }",
"translations": [
{
"lang": "us",
"html": "<section class=\"hero\"><h1>About Us</h1></section>"
},
{
"lang": "pt",
"html": "<section class=\"hero\"><h1>Sobre Nós</h1></section>"
}
]
}'