Resolved! Create GET Scripted API with JSON Request body
I wanted to create scripted GET API which will have a JSON in request body. I tried creating GET API however I found that I can pass data only through query parameters. Example API: GET "API Path" Request Body: { incidentNumner: "12345" createdBy: "a...