I trying to add multidimensional array into headers of a POST call.
Searching for answers showed me I should use square brackets, some suggested with a period some without, but it seems like the square brackets is not allowed as part of the key.
How do you add a multidimensional array as a value key pair in the header tab?