curl --location 'https://app.asomobile.net/asomobile-public-api/reviews/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"total": 723,
"reviews": [
{
"date": 1782507967000,
"review_id": "12345",
"author": "author",
"rating": 5,
"text": "Facebook is very easiest way for sharing my personal life with others.",
"title": "Facebook is this kind of book which everyone likes more than another books",
"reply": null,
"is_featured": false,
"likes": -1,
"status": [
"NOT_DELETED"
]
}
],
"rating_summary": {
"distribution": [
{
"count": 287,
"stars": 1
},
{
"count": 54,
"stars": 2
},
{
"count": 50,
"stars": 3
},
{
"count": 17,
"stars": 4
},
{
"count": 315,
"stars": 5
}
]
}
}
}