class AuthenticationRequest(val credentials: Credentials, val clientToken: UUID, val agent: Agent) : Request() {
    /**
     * Sub-path from the base URL that the request is sent to.
     */
    override val endpoint = "/authenticate"