InternalGET Request Factory
The route to which to send the request.
PrivaterequestExecutes a request and applies Mailcow-specific error handling: a 2XX
response with type: 'danger' or type: 'error' is converted into a
MailcowException, and an axios error whose response body looks like a
Mailcow error is unwrapped into a MailcowException as well.
Factory method patterns for creating Axios Requests.