Converts the request to JSON representation.
@override Map<String, dynamic> toJson() { return { "account": account, "destination_account": destinationAccount, "limit": limit }; }