Authorization: Bearer ********************{
"id": "string",
"slug": "string",
"title": "string",
"cover": "string"
}curl --location --request PUT 'http://localhost:4002/rest/v1/liked-games-lists//games' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"slug": "string",
"title": "string",
"cover": "string"
}'{
"list_id": "string",
"game_id": "string",
"is_added": true
}