Authorization: Bearer ********************{
"id": "52189",
"slug": "grand-theft-auto-vi",
"title": "Grand Theft Auto VI",
"cover": "//images.igdb.com/igdb/image/upload/t_thumb/co9rwo.jpg"
}curl --location --request PUT 'http://localhost:4002/rest/v1/residents//lists//games' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "52189",
"slug": "grand-theft-auto-vi",
"title": "Grand Theft Auto VI",
"cover": "//images.igdb.com/igdb/image/upload/t_thumb/co9rwo.jpg"
}'{
"id": "string",
"slug": "string",
"name": "string",
"description": "string",
"is_public": "string",
"total_items": "string",
"resident_id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}