Import user data
POST /v1/migrate/import — Restore from a previously exported bundle. Idempotent on stable ids (memories, preferences); replaces watchlist + profil
POST /v1/migrate/import
Restore from a previously exported bundle. Idempotent on stable ids (memories, preferences); replaces watchlist + profile.
| Method | POST |
| Path | /v1/migrate/import |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | migrate |
Request body
{ "bundle": { /* output of /v1/migrate/export */ } }