Authorization: Bearer ********************{
"is_public": true
}curl --location --request PATCH 'http://localhost:4002/rest/v1/residents//liked-games-lists/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_public": true
}'{
"data": {
"id": "string",
"slug": "string",
"name": "string",
"description": "string",
"rarity": "COMMON",
"icon_url": "string",
"embedding": [
0
]
}
}