Represents a currency available for exchange rate queries.
Creates a Currency struct from API response data.
@type t() :: %Brasilapi.Exchange.Currency{ nome: String.t(), simbolo: String.t(), tipo_moeda: String.t() }
@spec from_map(map()) :: t()