{ "groupName": "string", "description": "string" }
curl --location '/api-brand-core/groups/create' \ --header 'token;' \ --header 'uid;' \ --header 'device-type: pc' \ --header 'x-api-key;' \ --header 'x-app-id;' \ --header 'X-App-Code: lutuitui' \ --header 'Content-Type: application/json' \ --data '{ "groupName": "string", "description": "string" }'
{ "code": "string", "desc": "string", "content": "string", "timestamp": 0 }