The main function to login to the contrail platform.
Sample usage:
awaitlogin({orgSlug:'YOUR-ORG-HERE', email:'myEmail@example.com', password:'neverInPlainText'}); // or using an api key like the one you can get from `contrail app getApiKey` awaitlogin({orgSlug:'test-zone-1', apiKey:'app:qwerty'}
The main function to login to the contrail platform. Sample usage: