Represents a Brazilian bank with its identifying information.
Creates a Bank struct from API response data.
@type t() :: %Brasilapi.Banks.Bank{ code: integer(), full_name: String.t(), ispb: String.t(), name: String.t() }
@spec from_map(map()) :: t()