fn access_token_body(code: &str, client_id: &str, client_secret: &str) -> String
Encodes the code-exchange request body.