{
"id": "string",
"reviewTime": "string",
"scene": "string",
"userInput": "string"
}
curl --location --request POST '/userPlatform/dy/review/editReplySuggest' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"reviewTime": "string",
"scene": "string",
"userInput": "string"
}'
{
"code": 0,
"message": "",
"data": null
}