{
"id": 0,
"umsId": 0,
"title": "string",
"chatType": 0,
"chatExpertId": 0
}
curl --location --request POST 'https://test.51vive.com/aichat/dialogue/addDialogueForApp' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"umsId": 0,
"title": "string",
"chatType": 0,
"chatExpertId": 0
}'
{
"code": 0,
"msg": "string",
"data": 0
}