Hi Power Automate community,
I am trying to create a flow that happens on recurrence (Once a day) that will use the HTTP connector to extract data using Jiras REST API using a JQL query. From him I want to parse that data to the Parse JSON connector, and then update a excel spreadsheet with the results. My current flow can be seen below:

The conntents of the HTTP conector can be seen below. It is essentially https://myorg.net/rest/api/3/search?jql=JQL query

When trying to test the flow I am presented with the following errors. See below:

Can anybody advise me on what might be wrong, or any fixes for this issue.
Thanks! 🙂