Your API Key can be found by visiting https://zymono.com/dashboard/api/ and clicking reveal under API Key.You should store your API Key in an environment variable so that users cannot see it, as it must remain private.
.env
Copy
API_KEY = 'Your API Key'
You can you tools like dotenv to save data in secure environment variables.