Can we create the API_KEY and SECRET_KEY through API instead of creating an app?
I'm building an app where I'm accessing some Zoom API for end user where they can login and play around. But, in order to login to my app they must have to give app_key and secret_key then only they can login using JWT authorization. So, I just want to know if there is a way where they can access the API with their login credentials or any other way but I just want that they just have to enter their login credentials email/user_id and password.
