{
"grant_type": "authorization_code",
"code": "string",
"redirect_uri": "http://example.com",
"code_verifier": "string",
"refresh_token": "string",
"scope": "string",
"client_id": "string",
"client_secret": "pa$$word"
}