ZendeskDownloader` changes:
- update to allow for incremental loads via a start_date param.
- add per_page param to enable the declaration of the number of records per response page. This may help if the default 1000 records is too large for processing.
- add pagination param to define if the endpoint has pagination.
- improve error handing.
- improve docstring documentation.
- improve logging.