{
// "Stars": 5,
// "Comment": "Comment for Review 8...",
// "ProductId": 8,
// "CustomerId": "08c8d394-6c5b-483f-97d1-ee96795d4ff0"
}
curl --location --request POST 'http://127.0.0.1:5051/api/Reviews/' \
--header 'Content-Type: application/json' \
--data-raw '{
// "Stars": 5,
// "Comment": "Comment for Review 8...",
// "ProductId": 8,
// "CustomerId": "08c8d394-6c5b-483f-97d1-ee96795d4ff0"
}'
{}