Try changing the endpoint to http:// instead of https://
Otherwise if your endpoint requires https, I ran into this and asked Bubble if they could add the option to ignore self signed certificates but they wouldn’t do it. So I had to make a plugin do the API calls in code instead and turn the response into Bubble plugin Things, it was a pain for all the different API calls.