Creating Meeting fails

Hi. I have a problem. Last year the app was created using JWT token. So using the app credential, JWT token was created in the app and Create Meeting API was called. Now the token is no longer valid and always says invalid token. To regenerate the token , the user id and password to login to the zoom account got missed by the developer.

So Now freshly created the Server to server auth app and used that user id and app credential to create the JWT token. But still same error. What should be done to create the zoom meeting?

Thanks
Vidhya

JWT has been deprecated. Please use the s2s method to generate a new s2s token.