Authorization: Bearer ********************{
"review_text": "Me encantó el bendito juego. Una obra maestra :)",
"game_id": "129"
}curl --location --request POST '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 :)",
"game_id": "129"
}'{
"id": "rev_0kaM2qr9rFZr8AhG",
"review_text": "Me encantó el bendito juego. Una obra maestra :)",
"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"
}