Hello, I have a problem with Jira API returning the different results based on client which makes the API call. In the browser, when using the Jira platform and searching for issues I can open the DevTools and inspect the network tab I can see that it works just fine, as expected:

But if I try calling the same API locally on Insomnia (REST Client), the result is empty:

How is this possible? It's literally the same API call?