const main = async () => { const response = await fetch('https://api.aimlapi.com/v2/video/generations', { method: 'POST', headers: { Authorization: 'Bearer <YOUR_API_KEY>', 'Cont...