Postman not passing baseUrl variable into endpoint using Zoom API call

I have my baseUrl variable set to https://api.zoom.us/v2/

The endpoint for zoom should be https://api.zoom.us/v2/users/“useremail”/webinars. I haven’t changed anything since last using Postman January 5th. Got a new token and attempted to create webinars.

When I run my POST request it is giving me a 400 error and trying use the endpoint

{{baseUrl}}/users/“useremail”/webinars

Where is the baseUrl set?

Is it an environment variable, and do you have the environment selected?