{ "companies": [ {"id": "co_legacy_1", "name": "Acme Feeds", "language": "en"} ], "users": [ {"id": "user_clerk_admin", "email": "admin@example.com", "name": "Admin", "active": true}, {"id": "user_clerk_member", "email": "member@example.com", "name": "Member", "active": true} ], "admin_users": [ {"user_id": "user_clerk_admin", "email": "admin@example.com"} ], "profiles": [ {"company_id": "co_legacy_1", "user_id": "user_clerk_admin", "role": "admin", "status": "active"}, {"company_id": "co_legacy_1", "user_id": "user_clerk_member", "role": "member", "status": "active"} ], "xml_feeds": [ { "id": 101, "company_id": "co_legacy_1", "name": "Demo XML", "field_mappings": { "title": {"xpath": "/item/title", "fieldName": "title", "originalName": "title", "isRequired": true} } } ], "files": [ {"id": 1, "company_id": "co_legacy_1", "file_name": "upload.csv"} ], "raw_products_count": 3 }