Add Review Rest
curl --location --request POST 'http://localhost:5000/review/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 5,
"description": "todo bien",
"customerEmail": "aguscorvo@gmail.com",
"shoppingPostId": 1,
"base64Images": [...]
}'
curl --location --request GET 'http://localhost:5000/review/findById/2'
curl --location --request GET 'http://localhost:5000/review/list'