Proxy requests to an API
Step-by-step guide on how to proxy requests to an API (using the _proxy_).
try
});
// Response was 200!
// See https://axios-http.com/docs/res_schema
console.log(res.data);
} catch (error) curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer ' \
-H 'Provider-Config-Key: ' \
-H 'Connection-Id: ' \
-d '' \
'https://api.terapi.dev/proxy/'Last updated