grant_type: authorization_code needs code, redirect_uri,client_id, code_verifier; refresh_token needs onlyrefresh_token.{
"grant_type": "authorization_code",
"code": "string",
"redirect_uri": "http://example.com",
"client_id": "string",
"code_verifier": "string",
"refresh_token": "string"
}