Authorization: Bearer ********************{
"rating": 3.5,
"game_id": "129"
}curl --location --request POST 'http://localhost:4002/rest/v1/ratings' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 3.5,
"game_id": "129"
}'{
"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"
}