Create Multiple Product review

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
  }
]
Language
Authorization
Header
Click Try It! to start a request and see the response here!