Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/v1/liked-games-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,
"resident_id": "res_z2mBqk28BgdRCi4W",
"created_at": "2025-05-05T19:13:15.674Z",
"updated_at": "2025-05-05T19:13:15.674Z"
}
]