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 PUT 'http://localhost:4002/rest/v1/residents/res_z2mBqk28BgdRCi4W/played-games' \
--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": "pg_pvJ0apnTJfYuQVGA",
"is_public": true,
"started_at": "2026-03-29T00:00:00.000Z",
"completed_at": "2026-08-29T00:00:00.000Z",
"platform": "Xbox Series X",
"platform_id": "87",
"game_id": "25",
"game_cover_url": "https://ornate-tinderbox.info/",
"resident_id": "res_z2mBqk28BgdRCi4W",
"created_at": "2026-03-29T19:32:01.863Z",
"updated_at": "2026-03-29T19:32:01.863Z"
}