{
// "Stars": 1,
// "Comment": "Comment for Review 1...",
// "ProductId": 1
}
curl --location --request PUT 'http://127.0.0.1:5051/api/Reviews/1' \
--header 'Content-Type: application/json' \
--data-raw '{
// "Stars": 1,
// "Comment": "Comment for Review 1...",
// "ProductId": 1
}'
{}