Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/residents//lists/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>'{
"id": "lst_A1qk1czuEupGQIy6",
"slug": "my-xbox-exclusive-favorites",
"name": "My Xbox Exclusive Favorites",
"description": null,
"is_public": true,
"total_items": 0,
"created_at": "2025-05-05T19:13:15.674Z",
"updated_at": "2025-05-05T19:13:15.674Z",
"items": [
{
"id": "li_KbDMoEmP74jhLl3E",
"list_id": "lst_A1qk1czuEupGQIy6",
"game_id": "4079",
"game_title": "Halo",
"game_slug": "halo",
"game_cover": "//images.igdb.com/igdb/image/upload/t_thumb/co99dv.jpg",
"added_at": "2026-03-26T00:03:21.695Z"
}
]
}