curl --location --request POST 'https://rs.wiserreview.com/api/v1/getStarRating' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"listProductId": []
}'{
"success": true,
"data": [
{
"pid": "3793",
"avgrtng": 4.9,
"prtng": 166,
"html": "",
"isReqSyncWoo": false,
"queCount": 7
}
]
}