Authorization: Bearer ********************{
"name": "My Xbox Exclusive Favorites",
"is_public": true
}curl --location --request POST 'http://localhost:4002/rest/v1/lists' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Xbox Exclusive Favorites",
"is_public": true
}'{
"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"
}