Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/transpond/dify/site?id' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": {
"title": "",
"chatColorTheme": {},
"chatColorThemeInverted": false,
"iconType": "",
"icon": "",
"iconBackground": {},
"iconUrl": "",
"description": {},
"copyright": {},
"privacyPolicy": {},
"customDisclaimer": "",
"defaultLanguage": "",
"showWorkflowSteps": false,
"useIconAsAnswerIcon": false
}
}