Authorization: Bearer ********************curl --location --request PATCH '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": false,
"total_items": 0,
"resident_id": "res_z2mBqk28BgdRCi4W",
"created_at": "2025-05-05T19:13:15.674Z",
"updated_at": "2025-05-05T19:13:15.674Z"
}