Convert all keys from string to atom in Map
iex> string_map_to_atoms(%{"key" => "value"}) %{key: "value"}