Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/reviews/game/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'[
{
"id": "rev_0kaM2qr9rFZr8AhG",
"review_text": "Me encantó el bendito juego. Una obra maestra :D",
"likes_count": 0,
"game_id": "129",
"resident_id": "res_z2mBqk28BgdRCi4W",
"resident": {
"username": "esparev",
"first_name": "JoseMa",
"last_name": "Esparev",
"profile_picture_url": "url"
},
"rating": 3,
"liked_game": true,
"created_at": "2025-04-26T03:29:22.172Z",
"updated_at": "2025-04-26T03:29:22.172Z"
}
]