I am trying to make a post request with nested data,
{"keyA": {"keyB": "valueB"}} Run
{"keyA": {"keyB": "valueB"}}
however MultipartEntries only accepts strings.
MultipartEntries = openArray[tuple[name, content: string]] Run
MultipartEntries = openArray[tuple[name, content: string]]
Am I missing something?