I am struggling with passing a complex data structure to a post method. Specifically, I am trying to pass a
Map<String, List<String>>
and I am unsure of how to format this in my JavaScript method. Can anyone advise on how to create this structure in JavaScript and then successfully pass it in the post method?