curl --location --request GET '/platformapi/setting.web.guideSetting/getGuide' \ --header 'Token: {{token}}'
{ "code": 0, "show": 0, "msg": "string", "data": { "guide": "string" } }