curl --request POST \
--url https://api.cpln.io/org/{org}/ipset \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"tags": {},
"spec": {
"link": "<string>",
"locations": [
{
"name": "<string>",
"retentionPolicy": "keep"
}
]
}
}
'