curl --request POST \
--url https://revstack.dev/v1/entitlements \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"featureId": "<string>",
"type": "boolean",
"limit": 123
}
'nullCreates a new entitlement definition (feature flag, usage limit, etc.).
curl --request POST \
--url https://revstack.dev/v1/entitlements \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"featureId": "<string>",
"type": "boolean",
"limit": 123
}
'null