When you explore an analysis in analytics in OBIEE 12.2, actually browser sends a post request to server with some parameter. If I send the request with header and formparam to the server using a tool like Postman or Gatling or Jmeter, those tool receive the request successfully and I can see the query of the analysis in bi server log. For data visualization in OBIEE 12.2, browser also send a post request with a request payload. I have sent this request also with the payload using those tools i have mentioned earlier. I have got status 200 for the analysis but I didn't find any query for the analysis in the bi server log. What can be the issue?