{
"id": 0,
"context": "string",
"deleted": true,
"enable": true
}
curl --location --request PUT 'https://test.51vive.com/livesupport/expression' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"context": "string",
"deleted": true,
"enable": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}