class SignoutRequest(val credentials: Credentials) : Request() {
    /**
     * Sub-path from the base URL that the request is sent to.
     */
    override val endpoint = "/signout"