Authorization: Bearer ********************
x-api-key: ********************
curl --location --request PUT '/v2/organizations//subscriptions//revoke_features?attributes' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"features": "number_of_ips"
}'