According to JIRA document, a curl request to JIRA API returns 200.
The issue arises in using the same API with React 18 and Python.
I get inconsistent returns 400 - Bad request or unauthenticated without any indicators.
With Python, once add request params (such as request_params = {“maxResults”: 1000} ), it gives 400 - Bad.
I have tried various libraries in Python such as HTTPX and aiohttp, but none of these worked.
Also, to point out that I have not faced any issue while working with Confluence APIs. The above issue is with Jira APIs.