Convert current request to String encoded whisper json
@override String toRequestString() { return json.encode({ "@type": specialType, ...toJson(), }); }