{
"id": "string",
"kdbAccount": "string",
"tempType": "string",
"brandIntroduction": "string",
"customerName": "string",
"selfName": "string",
"shopFeatures": "string",
"startText": "string",
"endText": "string",
"replyType": "string",
"preDishReply": "string",
"sentimentRules": [
{
"minScore": 0,
"maxScore": 0,
"replyType": "string",
"contents": [
"string"
]
}
],
"platform": "Multi.Platform.KDB"
}
curl --location --request POST '/userPlatform/kdbReply/temp/addOrUpdateReplyTempAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"kdbAccount": "string",
"tempType": "string",
"brandIntroduction": "string",
"customerName": "string",
"selfName": "string",
"shopFeatures": "string",
"startText": "string",
"endText": "string",
"replyType": "string",
"preDishReply": "string",
"sentimentRules": [
{
"minScore": 0,
"maxScore": 0,
"replyType": "string",
"contents": [
"string"
]
}
],
"platform": "Multi.Platform.KDB"
}'
{
"code": 0,
"message": "",
"data": null
}