liked_games_is_public
Authorization: Bearer ********************
curl --location 'http://localhost:4002/rest/v1/residents//liked-games' \ --header 'X-Nexus-Key: ' \ --header 'Authorization: Bearer <token>'
{ "settings": { "liked_games_is_public": true }, "games": [ { "id": "string", "slug": "string", "title": "string", "cover": "string" } ], "total": 0 }