Provides Account API interfaces.
https://www.omise.co/account-api
Retrieve the account
retrieve :: {:ok, Map.t} | {:error, Map.t}
Retrieve the account.
Returns {:ok, account} if the request is successful, {:error, error} otherwise.
{:ok, account}
{:error, error}
{:ok, account} = Omise.Accounts.retrieve