I just started using Postman to test my API. I can send a list of request parameters, but could not understand how I will send a parameter, which is a dictionary,
to say that my request has two different parameters: first the property, and the structure of the property is something like "ptype":"residential","mtype":"requirement","dtype":"sale","category":"multistoryapt","city":"Gurgaon,Mumbai"
How can I send these parameters together? I studied on the Internet, and there are ways to send an array, but not a dictionary.
Did I miss something?
source
share