I am trying to fetch information from a portal through a custom connector, which returns status 200, while testing it out in connector page, however it fails when I am connecting it with a manual trigger in cloud flow. I am providing it with correct credentials and still face the issue of it not being able to communicate with external endpoint. After trying to detail the errors through Compose, and Scope blocks, I am getting the error below
"code":"BadRequest","status":"Failed","error":{"code":"BadRequest","message":"Http request failed: the content was not a valid JSON. Error while parsing JSON: 'Unexpected character encountered while parsing value: E. Path '', line 0, position 0.'"}}]"
How do I fix this?