curl --location 'https://stg-gateway.invora.app/api/billing/v2/subscriptions//entitlements' \
--header 'Content-Type: application/json' \
--data '{
"subscriptionId": "string",
"entitlement": {
"featureCode": "string",
"privileges": [
{
"privilegeCode": "string",
"value": "string"
}
]
}
}'{
"entitlement": {
"code": "string",
"description": "string",
"name": "string",
"privileges": [
{
"code": "string",
"config": {
"selectOptions": [
"string"
]
},
"name": "string",
"value": "string",
"valueType": "PRIVILEGE_VALUE_TYPE_ENUM_UNSPECIFIED"
}
]
}
}