curl --location --request POST '/api-brand-core/enabled-platforms' \ --header 'token;' \ --header 'uid;' \ --header 'device-type: pc' \ --header 'x-api-key;' \ --header 'x-app-id;' \ --header 'X-App-Code: lutuitui'
{ "code": "string", "desc": "string", "content": [ { "platform": "string", "platformName": "string", "icon": "string", "thinkingMode": "string", "supportDeepThinking": true, "forceDeepThinking": true, "disableDeepThinking": true, "enabled": true } ], "timestamp": 0 }