This is a function to get the Google Forms API requests. The scopes it uses are the `See all your Google Forms forms.` and `See all responses to your Google Forms forms.` If you don't check this box on the OAuth screen this function won't work.
Usage
request_google_forms(
token,
url,
body_params = NULL,
query_params = NULL,
return_request = TRUE
)