{
"platforms": [
{
"platform": "string",
"enableDeepThinking": true,
"outItemOrderNo": "string"
}
],
"question": "string",
"brandCategories": [
{
"categoryName": "string",
"brands": [
"string"
],
"isOwn": 0
}
],
"groupKey": "string",
"outOrderNo": "string"
}curl --location '/api-brand-core/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 '{
"platforms": [
{
"platform": "string",
"enableDeepThinking": true,
"outItemOrderNo": "string"
}
],
"question": "string",
"brandCategories": [
{
"categoryName": "string",
"brands": [
"string"
],
"isOwn": 0
}
],
"groupKey": "string",
"outOrderNo": "string"
}'{
"code": "string",
"desc": "string",
"content": {
"outOrderNo": "string",
"totalCount": 0,
"tasks": [
{
"outOrderNo": "string",
"outItemOrderNo": "string",
"platform": "string",
"platformName": "string",
"question": "string",
"deepThinking": 0,
"taskType": "string",
"taskTypeName": "string",
"status": "string",
"statusName": "string",
"responseText": "string",
"thinkingText": "string",
"conversationText": "string",
"shareUrl": "string",
"exposureCount": 0,
"recommendCount": 0,
"isRecommended": 0,
"exposureRate": 0,
"referenceCount": 0,
"referenceList": [
{
"index": 0,
"title": "string",
"url": "string",
"sitename": "string",
"publishTime": "string",
"summary": "string",
"logoUrl": "string",
"count": 0
}
],
"visible": true,
"remark": "string",
"brandCategories": [
{
"categoryName": "string",
"brandList": [
"string"
],
"isOwn": 0,
"recommendCount": 0,
"exposureCount": 0,
"exposureRate": 0
}
],
"refundable": 0,
"refundRemark": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"completedAt": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
]
},
"timestamp": 0
}