Converts the request parameters to a JSON format.
@override Map<String, dynamic> toJson() { return { "account_identifier": accountIdentifier, "block_identifier": blockIdentifier, "visible": visible }; }