I have a data that looks like this:
I took a look at this post Array value on postman chrome extension, so I know how to use postman to send post request with parameters from age
to skillset
, my problem is the work_experience
, it's an array of hashes, I want to input the work_experience
in postman, from which you can see is an array of hashes.
So is this possible? And if you know a better chrome extension that can do this, feel free to answer or comment
P.S.
Although this is should be obvious, but for the sake of the person who voted to close this for being unclear, my purpose is to simulate what my mobile ios app would send to my server's api without actually using the ios app to type on every textfield every time I run the app.