curl --location --request GET '/api/index/decorate?id=1' \
--header 'token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"type": 1,
"name": "主题颜色",
"data": "{\"themeId\":5,\"primaryColor\":\"#8246F4\",\"minorColor\":\"#488AFF\",\"buttonColor\":\"white\"}"
}
}