{
"customization_css": "body { background-color: #f0f0f0; }",
"footer": "<script>console.log('footer');</script>",
"header": "<script>console.log('header');</script>"
}curl --location --request POST '/super/manage/settings/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"customization_css": "body { background-color: #f0f0f0; }",
"footer": "<script>console.log('\''footer'\'');</script>",
"header": "<script>console.log('\''header'\'');</script>"
}'{
"code": 20000,
"data": null,
"err_code": "string",
"msg": null
}