curl --location -g --request PUT '{{web_ecommercev2_url}}/products/68317abf00816fc15a2c3d8d/reviews' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"rate": 1,
"comment": "comment"
}'
{}
x-access-token: ********************