Rest API import with proxy

Hi There,

I have a requirement to collect data through rest apis from ServiceNow and import them into neo4j graph db. Since my neo4j instance sits inside the corporate network it needs to go through a proxy to connect to ServiceNow rest api and return the data. Any ideas on how I can do that using the apoc procedures?