curl --location 'https://api.wiserreview.com/api/v1/reviewsByProduct?productId=&skuId=undefined&page=undefined&limit=undefined&from_date=undefined&to_date=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"reviews": [
{
"_id": "string",
"wsid": "string",
"un": "string",
"e": "string",
"mde": "string",
"ct": "string",
"st": "string",
"cn": "string",
"i": "string",
"ti": "string",
"pid": "string",
"pn": "string",
"fa": "string",
"rtng": 0,
"rttl": "string",
"rtxt": "string",
"orgnlrtxt": "string",
"cnid": [
"string"
],
"rvwst": 0,
"shp": "string",
"arrimg": [
"string"
],
"arrvdo": [
"string"
],
"arrvdoazr": [
"string"
],
"arrgrppid": [
"string"
],
"irplyprvt": true,
"itstmnl": true,
"ivrfd": true,
"ipin": true,
"cntupvt": 0,
"cntdwnvt": 0,
"ircmnd": true,
"istsupdeml": true,
"csvid": "string",
"arrcustque": [
"string"
],
"ipblshfb": true,
"arrtag": [
"string"
],
"pgid": "string",
"cdt": "string",
"isdmy": true,
"__v": 0,
"createdAt": "string",
"udt": "string",
"piu": "string",
"pu": "string",
"aitopics": [
{
"key": "string",
"sentiment": "string"
}
],
"vrfdtyp": "string",
"isembd": true
}
],
"has_more": true
}