Hello Everybody
I’m new in postman and I really need some help
I want to post request in json format but It doesn’t allow multiple items in one request:
[
{
"categoryId": 6,
"url": "https://www.example.com",
"tags": [
"Test",
"Test2"
],
"comment": "Reason for LocalSite Request"
},
{
"categoryId": 7,
"url": "https://www.example2.com",
"tags": [
"Test",
"Test3"
],
"comment": "Reason for LocalSite Request"
}
]
So is there are option how I can post several arrays by one request?
Thank you. Kind regards, Thien