Authorization: Bearer ********************{
"like": 1,
"share": 1,
"review": 1
}curl --location --request PATCH 'http://localhost:4002/rest/v1/games/stats//increment' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"like": 1,
"share": 1,
"review": 1
}'{
"data": {
"game_id": "string",
"likes_count": 0,
"shares_count": 0,
"reviews_count": 0
}
}