Authorization: Bearer ********************{
"rating": 4
}curl --location --request PATCH 'http://localhost:4002/rest/v1/ratings/rat_rqm0ZmKceveAcobV' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 4
}'{
"id": "rat_z1CMOl6mg6CJU9tp",
"rating": 3,
"game_id": "129",
"resident_id": "res_z2mBqk28BgdRCi4W",
"created_at": "2025-04-26T03:59:01.997Z",
"updated_at": "2025-04-26T03:59:01.997Z"
}