I wrote a react app that retrieves data via the Jira API. That works fine locally. As expected, CORS problems arose during a deployment in AWS via Amplify. Because to solve this an API Gateway has been configured. That seems to work. At least I no longer have CORS errors and I get a 200 back from the Jira API, but without data in the body...