This function constructs the URL based on the provided FRED series ID, performs an HTTP GET
request to download the data in CSV format, and processes it to a tidy tibble format. The
resulting tibble includes the date, value, and the series ID.
This approach is inspired by quantmod::getSymbolsFRED()
which uses a different wrapper around
the same FRED download data site. If you want to systematically download FRED data via API,
please consider using fredr
package.