Authorization: Bearer ********************
{ "liked_games_is_public": true }
curl --location --request PATCH 'http://localhost:4002/rest/v1/residents//liked-games/settings' \ --header 'X-Nexus-Key: ' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "liked_games_is_public": true }'