Authorization: Bearer ********************
curl --location --request PATCH 'https://dev-api.inwantaiwan.com/api/apps/v1/product//review//toggle-like' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"like": true
}'
{
"data": {}
}