How to authenticate requests to the Worlds API
Authorization
Authorization: Bearer <YOUR_API_KEY>
const world = new World({ apiKey: "YOUR_API_KEY", // ... other options });