My website makes curl request to a third party website to download some data.
The 3rd party website restricts access by IP address, and they are asking me for the IP address that my website will use to connect with them.

I noticed that the ip address for outbound requests from my website keeps changing.
So I am unable to give my 3rd party company the IP address for them to white-list.

Is there a way I can use a static IP address for outbound curl requests from my website?

thanks!