/V2/order/addreview
application/json
{"orderId":"7","review":"4"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/order/addreview' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "orderId": "7", "review": "4" }'
No body