* implement a mongopaging wrapper to encode page in the cursor
* update mongopaging validation schema to properly use base64url encoding
* list messages endpoint use embedded page in cursor instead of explicit user-provided
* addresses, auth, certs for listing endpoints use mongopaging wrapper
* dkim, domainaliases, filters - listing endpoints use mongopaging wrapper
* messages, storage, users, webhooks - listing endpoints use mongopaging wrapper
* mongopaging wrapper - if page negative due to externally crafter cursor, default to page 1
* in APIs remove fallbacks to false and fallback to undefined. Update documentation
* update docs
* Updae autoreply test. Don't account for undefined fields (not present in response)
* List registered Addresses API endpoint added to API docs generation
* Create new Address API endpoint to API generation
* Create new Address API endpoint to API generation. List registered Addresses for a User api endpoint added to api generation
* Request Addresses information api endpoint added to api generation
* Update Address information api endpoint added to api endpoint generation
* Delete an Address endpoint added to api generation
* List addresses from communication register endpoint added to api docs generation. Add example to userId
* Create new forwarded Address api endpoint added to api docs generation
* Update forwarded Address information API endpoint added to API docs generation
* Delete a forwarded Address endpoint added to API docs generation
* Request forwarded Addresses information endpoint added to API docs generation
* Get Address info endpoint added to API docs generation
* Rename domain in addresses endpoint added to API docs generation