post https://apiv4.ordering.co////orders/
This API endpoint is used to create a product review for multiple products of a completed order
The reviews must have the following structure
[
{
"product_id": 12,
"comment": "Comment here",
"qualification": 5
}
]