curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/product//review' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 0,
"order_item_id": 0,
"comment": "string",
"images": [
"string"
]
}'
{
"data": {}
}