Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/ratings' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'[
{
"id": "rat_z1CMOl6mg6CJU9tp",
"rating": 4,
"game_id": "129",
"resident_id": "res_z2mBqk28BgdRCi4W",
"created_at": "2025-04-26T03:59:01.997Z",
"updated_at": "2025-04-26T03:59:01.997Z"
}
]