Authorization: Bearer ********************curl --location --request PUT 'http://localhost:4002/rest/v1/reviews//like' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"review_text": "string",
"likes_count": 0,
"game_id": "string",
"resident_id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}