Authorization: Bearer ********************{
"is_public": true,
"started_at": "string",
"completed_at": "string",
"platform": "string",
"platform_id": "string",
"game_id": "string",
"game_cover_url": "string"
}curl --location --request PATCH 'http://localhost:4002/rest/v1/played-games/lst_A1qk1czuEupGQIy6' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_public": true,
"started_at": "string",
"completed_at": "string",
"platform": "string",
"platform_id": "string",
"game_id": "string",
"game_cover_url": "string"
}'{
"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"
}