From the screenshots - The For Each loop has the variable (item) which I need to pass to the End Point.
The End Point looks like this - 访问错误-404 cholecy.json.
So from the above the URL I need to replace “lap cholecy” with the variable “item” inside the loop. I tried using item.toString inside the body section, it didn’t work. I also passed item.toString as a parameter, it didn’t give me the result.
Thanks for your reply.
Yes I need to send the Json file. However, thanks for suggesting to modify the endpoint.
I have modified it this way - “访问错误-404” and it is working.