Converts the request to JSON representation.
@override Map<String, dynamic> toJson() { return { "channel_id": channelId, "amount": amount, "signature": signature, "public_key": publicKey }; }