Authorization: Bearer ********************{
"review_text": "Me encantó el bendito juego. Una obra maestra :)"
}curl --location --request PATCH 'http://localhost:4002/rest/v1/residents//reviews/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"review_text": "Me encantó el bendito juego. Una obra maestra :)"
}'{
"id": "rev_0kaM2qr9rFZr8AhG",
"review_text": "Me encantó el bendito juego. Una obra maestra :D",
"likes_count": 0,
"game_id": "129",
"resident_id": "res_z2mBqk28BgdRCi4W",
"created_at": "2025-04-26T03:29:22.172Z",
"updated_at": "2025-04-26T03:29:22.172Z"
}