I have completed steps of authorization and obtained access token and refresh token.
What should I do next to generate access token using refresh token that I have s
POST /oauth2/v4/token
Host: www.googleapis.com
Headers
Content-length: 163
content-type: application/x-www-form-urlencoded
RequestBody
client_secret=************&grant_type=refresh_token&refresh_token=sasasdsa1312dsfsdf&client_id=************