We are trying to convert a code to a token using the OAUTH flow and we are getting OAU-250 Unsupported Grant Type.
We verified the format of the request using this documentation page: https://developers.ringcentral.com/guide/authentication/auth-code-flow
We are passing "authorization_code" for grant_type in the query parameters.
Thanks for any help you can provide.