Using Sticky Sessions:
Add a session identifier to keep your requests on the same IP address:
- The first request with a session ID linked to a specific IP address.
- All subsequent requests with the same session ID will use that same IP address.
- Sessions continue indefinitely unless the session identifier is changed.
- Requests that do not have a session ID will automatically be assigned a new IP address.