Authorization: Bearer ********************
{ "id": "1942", "slug": "the-witcher-3", "title": "The Witcher 3", "cover": "https://images.igdb.com/igdb/image/upload/t_cover_big/co1wyy.jpg" }
curl --location --request PUT 'http://localhost:4002/rest/v1/residents//liked-games' \ --header 'X-Nexus-Key: ' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "1942", "slug": "the-witcher-3", "title": "The Witcher 3", "cover": "https://images.igdb.com/igdb/image/upload/t_cover_big/co1wyy.jpg" }'
{ "game_id": "string", "is_added": true, "total": 0 }