Converts to a JSON map for the request body.
Map<String, dynamic> toJson() => { 'ip': ?ip, 'severity': severity, 'comment': ?comment, 'expires_in': ?expiresIn, };