curl --location --request PATCH 'https://dev-api.inwantaiwan.com/api/cms/v1/product/1/review/' \
--header 'Accept: application/json' \
--header 'Authorization: 239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965' \
--header 'Content-Type: application/json' \
--data-raw '{
"reply": "reply comment here"
}'
{
"data": {}
}