Exposes the #ping method, presumably for diagnostic purposes.
#ping
Fires a simple #ping request at Monzo and returns true if successful.
true
client = Monzo.new("API_TOKEN") client.ping # => true