curl --request PATCH \
--url https://revstack.dev/v1/plan-entitlements/{planId}/{entitlementId} \
--header 'Content-Type: application/json' \
--data '{
"limit": 1
}'nullUpdates the limit values for a plan-entitlement association.
curl --request PATCH \
--url https://revstack.dev/v1/plan-entitlements/{planId}/{entitlementId} \
--header 'Content-Type: application/json' \
--data '{
"limit": 1
}'null