Creates a new access token.
Important: This endpoint is relevant for advanced OAuth only. When authorizing with basic OAuth use Create Access Token instead.
You must pass your app ID, your app’s secret key, the refresh token, and {“grant_type”: “refresh_token”}
to create a new access token.