``` const user = [ { name: 'Vineet Markan', email:'vineet@vineet.com', photo: 'sdcsdcsc', pass: 'sdcdscsc', organization: { homepage: 'ksdjcjksdc', name: 'Acme Corp', address: 'scsdcdsc' // email }, position: 'Head of Marketing', permissions: ['accountOwner', 'admin'], campaigns: [ { campaign_url: 'bottle-shoes-testimonials', offering_type: 'product/service?', offering_homepage: 'abc.com', offering_name: 'Dolphin Toys', // offering_title max_response: 50, viewed: 100, created_by: 'dsdccdsc', shared_with : ['scsdcsdc','sdcdscsdc'], created_at: 'Date', product_logo: 'skjcnsjkc', product_media : { type:'image', link: 'scdscsdcdsc' }, product_color: '', product_text_color: '', taregt_video_duration: 60, incentives: { type: 'Amazon Gift card', description: 'iscskjdbcsdjbckjsbcksjdc' }, product_description: 'sdlcmsdlkclskdclksdnclsdkcn', contact_person: { name: 'Vineet Markan', photo: 'sdkjcndsjkcnjck', message: 'Hi, thank you for using our service. Please fill out' }, questions: [ { q: 'Introduce yourself', sa: 'I am abc working for 10 years as ....' }, { q: 'What was your favourite feature', sa: 'I loved xyz ...' }, { q: 'How have you benefitted?', a: 'Great ROI' } ], terms : [ "Video will be used on weboiste", "May be presented as conferences" ], expiration: "Date", responses: [ { video_url: 'sdcskjcskjcsnjdsc', created_at : 'scscscd', submitted_by : { name: '', email: '', // organization:'', // position: '' }, approved: false, approved_by: '', approved_at: '', downloaded: 3 } ] } ] } ] const possibleNames = [ 'videobuck.io', - 7, 7 'videopears.com', 5,5 'videowines.com', 6, 5 'boasttube.com', 5, 4 'videoboast.com', 7, 7 'swiftproof.com' 7.5, 7 ] ```