Authorization: Bearer ********************curl --location --request PATCH 'http://localhost:4002/rest/v1/games/stats/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'{
"data": {
"game_id": "string",
"likes_count": 0,
"shares_count": 0,
"reviews_count": 0
}
}