Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/ratings/game//overall' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'{
"overall_rating": 4.7,
"individual_rating": {
"one_star": 1,
"two_star": 3,
"three_star": 5,
"four_star": 20,
"five_star": 115
},
"total_ratings": 144
}