POST - Headers - multidimensional array

api

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?

The key wouldn’t be an array, but the value can be.

However, this looks strange.
Are you sure this needs to go into the headers, and not the body?

Do you have details on the API you can share?
Ideally the API specification\documentation as that will determine how this needs to be done.

1 Like

You were right, this details needed to go into the body. Clearly I was trying to send data and I assumed incorrectly send data is part of headers.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.