So I want to use a development and a production environment for my api calls, I did create a new dev environment variable and then when I put them into my api calls as a variable and set it as the default value for example: https://[apiUrl].zeam.app and run it in run mode, it picks up nothing, so the call that would actually be made is https://.zeam.app as if my dev variable is null.