Convert a map to a municipality.
@type t() :: %ExIbge.Geography.Municipality{ id: term(), immediate_region: term(), microregion: term(), name: term() }
@spec from_map(map()) :: t()