{
"id": "string",
"reviewDt": "string"
}
curl --location --request POST '/userPlatform/mtwm/review/recallConfirm' \
--header 'token: 5ac0176fd2434946a089cdaf472c7b5f' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"reviewDt": "string"
}'
{
"code": 200,
"message": "接口调用成功",
"data": "成功"
}