put https://monitor.geonode.com/sessions/release/RESIDENTIAL-PREMIUM
This API allows users to release a specific proxy session by providing a port number.
Example cURL
request:
curl --request PUT \
--url https://monitor.geonode.com/sessions/release/RESIDENTIAL-PREMIUM \
--user "geonode_username:password123" \
--header "Content-Type: application/json" \
--data '{"data":[{"port":10001}]}'