Authorization: Bearer ********************{
"name": "string",
"description": "string",
"is_public": true
}curl --location --request POST 'http://localhost:4002/rest/v1/residents/res_z2mBqk28BgdRCi4W/lists' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"is_public": true
}'{
"id": "lst_Xsx74nAI7x8L9ZvB",
"slug": "my-favorite-xbox-games",
"name": "My favorite Xbox Games",
"description": null,
"is_public": false,
"total_items": 0,
"resident_id": "res_PoCDmWaP9uxxkStu",
"created_at": "2025-05-05T19:30:37.163Z",
"updated_at": "2025-05-05T19:30:37.163Z"
}