{
"id": 0,
"counselorId": "string",
"content": "string",
"dialogTime": "string"
}curl --location --request PUT '/dialog/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"counselorId": "string",
"content": "string",
"dialogTime": "string"
}'{
"code": 0,
"message": "",
"data": {
"id": 0,
"counselorId": "",
"content": "",
"dialogTime": ""
}
}