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