https://community.brightpattern.com/categories

I am currently trying to use Fetch URL to receive a JSON response and assign it to a variable, but it does not work. The Fetch URL response code keeps returning -1 and the body is empty. Currently, during the development phase, we are making requests via ngrok to send them over HTTPS.
The request does not even reach the target endpoint, and it is difficult to identify the cause or find a solution