{
"id": 0,
"name": "string",
"typeId": 0,
"triggerStatement": "string",
"prologue": "string",
"plotObjective": "string",
"secondaryObjective": "string",
"repeatedTrigger": true,
"triggerTime": 0,
"characters": "string",
"exampleDialogue": "string",
"enable": true
}
curl --location --request PUT 'https://test.51vive.com/xingxy/plot/set' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"typeId": 0,
"triggerStatement": "string",
"prologue": "string",
"plotObjective": "string",
"secondaryObjective": "string",
"repeatedTrigger": true,
"triggerTime": 0,
"characters": "string",
"exampleDialogue": "string",
"enable": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}