curl --location --request GET '/core/style' \
--header 'Authorization: {{ACCESS_TOKEN}}'[
{
"chart": {
"property1": "string",
"property2": "string"
},
"code": {
"property1": "string",
"property2": "string"
},
"config": {
"property1": "string",
"property2": "string"
},
"id": "string",
"isDark": true,
"name": "string",
"primary": {
"property1": "string",
"property2": "string"
}
}
]