I have one parameter in API call which needs to passed as nested Key value pair for eg: Key1:Key2:Key3:Value3. Such that Value2 is Key3:Value3 and Value1 is Key:2:Key3:Value3.
I am trying to convert it to dictionary but I am getting error. not sure how to resolve this.