candlesticks 404 (Not Found) via proxy
Please help regarding connection issues, trying to access candlestick REST API data from Swagger. I'm using a webcontainer artifact to get the data, but my browser dev console shows the following error:
.preview-script.js:1
POST https://zp1v56uxy8rdx5ypatb0ockcb9tr6a-oci3--5173--fb22cd3d.local-credentialless.webcontainer-api.io/proxy/candlesticks 404 (Not Found)
I'm trying to fetch data from here, my external browser successfully obtains the data frontend: https://frontend-api-v3.pump.fun/candlesticks/DYQAFCQaNjLdx61TgvhxD9tJmar8D2WjW2JwkQYgpump?offset=0&limit=100&timeframe=1
Is there some kind of strict origin or security measures preventing backend API calls for which I need authorization or authentication due to these invalid requests?
Can someone guide me to correct headers, request bodies and required fields for REST API?