Using this template helps us debug your issues more effectively
Description
I am trying to send a request to the url using postman, ```
https://zoom.us/oauth/authorize?response_type=code&client_id=6QHYnk67R_SzRyCdtmNhNw&redirect_uri=http://rohitrajskk.github.io
**Error**
I am getting an html which says "Invalid redirect url". Which works fine when i paste the url to a browser.
Do I need to send some kind of authentication with the request. I have tried Basic auth too but that was not successful.